Fix spelling of `tendency'.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 13 Feb 2004 16:23:14 +0000 (16:23 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 13 Feb 2004 16:23:14 +0000 (16:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11378 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index b50d1884ce79aac3695f4416803c51726ca82895..59ff8f2121e626c9f53416cb8e8b089e45688d10 100644 (file)
@@ -117,7 +117,7 @@ Pass *createIndVarSimplifyPass();
 //===----------------------------------------------------------------------===//
 //
 // InstructionCombining - Combine instructions to form fewer, simple
-//   instructions.  This pass does not modify the CFG, and has a tendancy to
+//   instructions.  This pass does not modify the CFG, and has a tendency to
 //   make instructions dead, so a subsequent DCE pass is useful.
 //
 // This pass combines things like: