aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 80f5a527ab..5094866aac 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();
//===----------------------------------------------------------------------===//