Grammar.
authorJim Grosbach <grosbach@apple.com>
Wed, 4 Nov 2009 23:20:40 +0000 (23:20 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 4 Nov 2009 23:20:40 +0000 (23:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86068 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMBaseRegisterInfo.cpp

index da5d0d9681b6fe092b3af8074f396c9654000775..70377f9e23523a739b5b21f1892796e4bc07d349 100644 (file)
@@ -1212,7 +1212,7 @@ ARMBaseRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
   return ScratchReg;
 }
 
-/// Move iterator pass the next bunch of callee save load / store ops for
+/// Move iterator past the next bunch of callee save load / store ops for
 /// the particular spill area (1: integer area 1, 2: integer area 2,
 /// 3: fp area, 0: don't care).
 static void movePastCSLoadStoreOps(MachineBasicBlock &MBB,