summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-02-13 16:23:14 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-02-13 16:23:14 +0000
commita92666decdf2fdb9d81f84ef9e2893116b74c103 (patch)
tree9de74c378d1ca8f77aad5d34419787d211c7528f
parentfdd13f6afeee4eac26ea505ad95fe9455b7d5dbd (diff)
downloadllvm-a92666decdf2fdb9d81f84ef9e2893116b74c103.tar.gz
llvm-a92666decdf2fdb9d81f84ef9e2893116b74c103.tar.bz2
llvm-a92666decdf2fdb9d81f84ef9e2893116b74c103.tar.xz
Fix spelling of `tendency'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11378 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Transforms/Scalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index b50d1884ce..59ff8f2121 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -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: