Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Transforms / Utils / Local.cpp
index 3c6793f3ad05783e0ecd515acacfacd0b1e6200f..b08f8e21a04ec1919cd5903f1e14d5fe26957089 100644 (file)
@@ -706,7 +706,7 @@ bool llvm::EliminateDuplicatePHINodes(BasicBlock *BB) {
         CollisionMap[PN] = Old;
         break;
       }
-      // Procede to the next PHI in the list.
+      // Proceed to the next PHI in the list.
       OtherPN = I->second;
     }
   }