aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/PiNodeInsertion.cpp
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 /lib/Transforms/Scalar/PiNodeInsertion.cpp
parent3adf51d022348b06a1adeef7649fa35928ad9358 (diff)
Fix spell-o's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/PiNodeInsertion.cpp')
-rw-r--r--lib/Transforms/Scalar/PiNodeInsertion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/PiNodeInsertion.cpp b/lib/Transforms/Scalar/PiNodeInsertion.cpp
index 4f52051e61..21eaf23bd7 100644
--- a/lib/Transforms/Scalar/PiNodeInsertion.cpp
+++ b/lib/Transforms/Scalar/PiNodeInsertion.cpp
@@ -77,7 +77,7 @@ bool PiNodeInserter::runOnFunction(Function &F) {
Value *TrueRep = 0, *FalseRep = 0;
// Make sure the the constant is the second operand if there is one...
- // This fits with our cannonicalization patterns used elsewhere in the
+ // This fits with our canonicalization patterns used elsewhere in the
// compiler, without depending on instcombine running before us.
//
if (isa<Constant>(SCI->getOperand(0)) &&