summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/2002-05-03-NotOperator.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/2002-05-03-NotOperator.ll')
-rw-r--r--test/Transforms/ConstProp/2002-05-03-NotOperator.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2002-05-03-NotOperator.ll b/test/Transforms/ConstProp/2002-05-03-NotOperator.ll
index d9cd67406b..b957220aa9 100644
--- a/test/Transforms/ConstProp/2002-05-03-NotOperator.ll
+++ b/test/Transforms/ConstProp/2002-05-03-NotOperator.ll
@@ -1,4 +1,4 @@
-; This bug has to do with the fact that constant propogation was implemented in
+; This bug has to do with the fact that constant propagation was implemented in
; terms of _logical_ not (! in C) instead of _bitwise_ not (~ in C). This was
; due to a spec change.