summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CallSite.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/CallSite.h')
-rw-r--r--include/llvm/Support/CallSite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/CallSite.h b/include/llvm/Support/CallSite.h
index c30f00c9b9..dc137d83b5 100644
--- a/include/llvm/Support/CallSite.h
+++ b/include/llvm/Support/CallSite.h
@@ -52,7 +52,7 @@ public:
return dyn_cast<Function>(getCalledValue());
}
- /// setCalledFunction - Set the callee to the specied value...
+ /// setCalledFunction - Set the callee to the specified value...
///
void setCalledFunction(Value *V) {
I->setOperand(0, V);