From b450b20bcf0052956c88d541be5080212b95c0f9 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Sat, 10 May 2003 01:56:42 +0000 Subject: Fixed comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6072 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/iOther.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/iOther.h') diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h index 88ee4cf..45b8db3 100644 --- a/include/llvm/iOther.h +++ b/include/llvm/iOther.h @@ -53,7 +53,7 @@ public: CallInst(Value *F, const std::vector &Par, const std::string &Name = "", Instruction *InsertBefore = 0); - // Alternate CallInst ctors; no actuals one actual, respectively. + // Alternate CallInst ctors w/ no actuals & one actual, respectively. CallInst(Value *F, const std::string &Name = "", Instruction *InsertBefore = 0); CallInst(Value *F, Value *Actual, const std::string& Name = "", -- cgit v1.1