Fix typo.
authorJim Grosbach <grosbach@apple.com>
Thu, 3 Apr 2014 23:43:12 +0000 (23:43 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 3 Apr 2014 23:43:12 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205582 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp

index c0031a4b2901be8da35f09605f152aee64194680..7233b67f7b57d1c9f2cfd0bb2dac5c4a8bc54e51 100644 (file)
@@ -70,7 +70,7 @@ struct ARM64LoadStoreOpt : public MachineFunctionPass {
   // Merge the two instructions indicated into a single pair-wise instruction.
   // If mergeForward is true, erase the first instruction and fold its
   // operation into the second. If false, the reverse. Return the instruction
-  // following the first instruction (which may change during proecessing).
+  // following the first instruction (which may change during processing).
   MachineBasicBlock::iterator
   mergePairedInsns(MachineBasicBlock::iterator I,
                    MachineBasicBlock::iterator Paired, bool mergeForward);