summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-12-16 21:55:45 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-12-16 21:55:45 +0000
commitb69acf9a8726d8fc7c534776051e6dbba4df1713 (patch)
treef0666fd339fab07cb7fac33dcf8149f50bdcadc9 /llvm
parente5ac39d664e7247e72ff472015e42a42631b4115 (diff)
downloadbcm5719-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.h2
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();
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud