From 0ab5e2cdedba59b4f81152d72d70e1796f796834 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Apr 2011 05:18:47 +0000 Subject: Fix a ton of comment typos found by codespell. Patch by Luis Felipe Strano Moraes! llvm-svn: 129558 --- llvm/test/Transforms/ConstProp/2002-05-03-NotOperator.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms/ConstProp/2002-05-03-NotOperator.ll') diff --git a/llvm/test/Transforms/ConstProp/2002-05-03-NotOperator.ll b/llvm/test/Transforms/ConstProp/2002-05-03-NotOperator.ll index d9cd67406b0..b957220aa9c 100644 --- a/llvm/test/Transforms/ConstProp/2002-05-03-NotOperator.ll +++ b/llvm/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. -- cgit v1.2.3