fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 6 Jan 2016 00:23:12 +0000 (00:23 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 6 Jan 2016 00:23:12 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256883 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineInternal.h

index 534f670081506c48e2aa41b7e0801143735da51a..e4e506509d39215570a1f7e6f7f8360faf32f0f1 100644 (file)
@@ -414,7 +414,7 @@ public:
   /// \brief A combiner-aware RAUW-like routine.
   ///
   /// This method is to be used when an instruction is found to be dead,
-  /// replacable with another preexisting expression. Here we add all uses of
+  /// replaceable with another preexisting expression. Here we add all uses of
   /// I to the worklist, replace all uses of I with the new value, then return
   /// I, so that the inst combiner will know that I was modified.
   Instruction *ReplaceInstUsesWith(Instruction &I, Value *V) {