fix typo
authorJim Grosbach <grosbach@apple.com>
Fri, 4 Jun 2010 00:15:00 +0000 (00:15 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 4 Jun 2010 00:15:00 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105441 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMLoadStoreOptimizer.cpp

index b325d62c897b9c1436781f2287e570c2f44aa55a..955ab3f7e2966320766d5c245b3e3917a4b324b9 100644 (file)
@@ -1423,7 +1423,7 @@ bool ARMPreAllocLoadStoreOpt::RescheduleOps(MachineBasicBlock *MBB,
   std::sort(Ops.begin(), Ops.end(), OffsetCompare());
 
   // The loads / stores of the same base are in order. Scan them from first to
-  // last and check for the followins:
+  // last and check for the following:
   // 1. Any def of base.
   // 2. Any gaps.
   while (Ops.size() > 1) {