Fix typo in comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10487 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-12-16 21:55:45 +00:00
parent ef1b62b00a
commit 0f7d2e8b8d

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