aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/iOther.h2
1 files changed, 1 insertions, 1 deletions
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<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 = "",