diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h index 88ee4cff7ca..45b8db367d8 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 = "",