diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-12-16 21:55:45 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-12-16 21:55:45 +0000 |
commit | b69acf9a8726d8fc7c534776051e6dbba4df1713 (patch) | |
tree | f0666fd339fab07cb7fac33dcf8149f50bdcadc9 /llvm | |
parent | e5ac39d664e7247e72ff472015e42a42631b4115 (diff) | |
download | bcm5719-llvm-b69acf9a8726d8fc7c534776051e6dbba4df1713.tar.gz bcm5719-llvm-b69acf9a8726d8fc7c534776051e6dbba4df1713.zip |
Fix typo in comment.
llvm-svn: 10487
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Transforms/IPO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/IPO.h b/llvm/include/llvm/Transforms/IPO.h index 80f5a527ab1..5094866aacc 100644 --- a/llvm/include/llvm/Transforms/IPO.h +++ b/llvm/include/llvm/Transforms/IPO.h @@ -104,7 +104,7 @@ Pass *createInternalizePass(); Pass *createDeadArgEliminationPass(); // DeadArgHacking pass - Same as DAE, but delete arguments of external functions -// as well. This is definately not safe, and should only be used by bugpoint. +// as well. This is definitely not safe, and should only be used by bugpoint. Pass *createDeadArgHackingPass(); //===----------------------------------------------------------------------===// |