aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Stanley <jstanley@cs.uiuc.edu>2003-05-10 01:56:42 +0000
committerJoel Stanley <jstanley@cs.uiuc.edu>2003-05-10 01:56:42 +0000
commitb450b20bcf0052956c88d541be5080212b95c0f9 (patch)
treeb74b1e8df0f5b48543126a7359e45428ed19c2b9 /include
parentfbe3ecdb2cabae81525db3ad8d2d88d584b73fb2 (diff)
downloadexternal_llvm-b450b20bcf0052956c88d541be5080212b95c0f9.zip
external_llvm-b450b20bcf0052956c88d541be5080212b95c0f9.tar.gz
external_llvm-b450b20bcf0052956c88d541be5080212b95c0f9.tar.bz2
Fixed comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 = "",