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)
llvm-svn: 227386

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

index 5775008..14084e0 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 cc25bed..f4e8688 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 {