fix typo
[oota-llvm.git] / 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) {