aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-10 05:29:43 +0000
committerChris Lattner <sabre@nondot.org>2003-09-10 05:29:43 +0000
commit065a616adad624152618b1b0084ff074e5b03bbb (patch)
treefc927194de6b9d2f1af7a559ff3f64d524e43aa3 /include
parent3adf51d022348b06a1adeef7649fa35928ad9358 (diff)
downloadexternal_llvm-065a616adad624152618b1b0084ff074e5b03bbb.zip
external_llvm-065a616adad624152618b1b0084ff074e5b03bbb.tar.gz
external_llvm-065a616adad624152618b1b0084ff074e5b03bbb.tar.bz2
Fix spell-o's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 50c6b21..b240f58 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -100,7 +100,7 @@ Pass *createGCSEPass();
//===----------------------------------------------------------------------===//
//
// InductionVariableSimplify - Transform induction variables in a program to all
-// use a single cannonical induction variable per loop.
+// use a single canonical induction variable per loop.
//
Pass *createIndVarSimplifyPass();