fix typos; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 28 Jan 2015 22:37:32 +0000 (22:37 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 28 Jan 2015 22:37:32 +0000 (22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227386 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h

index 5775008f0c30bb7c3053720326f924a9704be91e..14084e034b866cdb3675b793aceb896b8aafc55c 100644 (file)
@@ -7850,7 +7850,7 @@ static SDValue performSTORECombine(SDNode *N,
     return SDValue();
 
   // Cyclone has bad performance on unaligned 16B stores when crossing line and
-  // page boundries. We want to split such stores.
+  // page boundaries. We want to split such stores.
   if (!Subtarget->isCyclone())
     return SDValue();
 
index cc25bede8d621b83ad24875ab0b9668ea7c8e25b..f4e86883902303142d466f4d1ca6af0883b1bb49 100644 (file)
@@ -222,7 +222,7 @@ public:
   MVT getScalarShiftAmountTy(EVT LHSTy) const override;
 
   /// allowsMisalignedMemoryAccesses - Returns true if the target allows
-  /// unaligned memory accesses. of the specified type.
+  /// unaligned memory accesses of the specified type.
   bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace = 0,
                                       unsigned Align = 1,
                                       bool *Fast = nullptr) const override {