Fixed comment.
authorJoel Stanley <jstanley@cs.uiuc.edu>
Sat, 10 May 2003 01:56:42 +0000 (01:56 +0000)
committerJoel Stanley <jstanley@cs.uiuc.edu>
Sat, 10 May 2003 01:56:42 +0000 (01:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6072 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/iOther.h

index 88ee4cff7cac1a08864de61dc139097cf0f43d7f..45b8db367d8e27bfd9d165e4c099cf88d8ceb308 100644 (file)
@@ -53,7 +53,7 @@ public:
   CallInst(Value *F, const std::vector<Value*> &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 = "",