summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CallSite.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:42:19 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:42:19 +0000
commitd5d96b9fcd779806555cf5db602f80d5a308a471 (patch)
tree73f935e3b896987b77a25cdb0b027e6eba915c35 /include/llvm/Support/CallSite.h
parentaa41c3ca20df402e1626be590ff5c784afb734cc (diff)
downloadllvm-d5d96b9fcd779806555cf5db602f80d5a308a471.tar.gz
llvm-d5d96b9fcd779806555cf5db602f80d5a308a471.tar.bz2
llvm-d5d96b9fcd779806555cf5db602f80d5a308a471.tar.xz
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9021 91177308-0d34-0410-b5e6-96231b3b80d8
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);