Fix typo in comment.

llvm-svn: 10487
This commit is contained in:
Brian Gaeke 2003-12-16 21:55:45 +00:00
parent ce63e55d3f
commit 98cfeec17b

View File

@ -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();
//===----------------------------------------------------------------------===//