aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit0f7d2e8b8dd6ba590ed92643c4fffe6c394da581 (patch)
tree223507b0bd517d1efd8ebbc85d248ee7beb2ccb3 /include
parentef1b62b00ac32dd564a098197be1ba70566040ac (diff)
downloadexternal_llvm-0f7d2e8b8dd6ba590ed92643c4fffe6c394da581.zip
external_llvm-0f7d2e8b8dd6ba590ed92643c4fffe6c394da581.tar.gz
external_llvm-0f7d2e8b8dd6ba590ed92643c4fffe6c394da581.tar.bz2
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/IPO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h
index 80f5a52..5094866 100644
--- a/include/llvm/Transforms/IPO.h
+++ b/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();
//===----------------------------------------------------------------------===//