summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-01-04 13:21:02 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-01-04 13:21:02 +0000
commit632146044083683a987260599fca3a717b7e38a4 (patch)
treea6f049e8b23647b5613b8b3867d2eacf95553a24 /bindings
parente2940c3b70bedbc3588936844654d21a8a0b8478 (diff)
downloadllvm-632146044083683a987260599fca3a717b7e38a4.tar.gz
llvm-632146044083683a987260599fca3a717b7e38a4.tar.bz2
llvm-632146044083683a987260599fca3a717b7e38a4.tar.xz
Fix a typo in llvm.mli noticed by Alain Frisch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/llvm/llvm.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli
index d85dd1bb33..c6d50c973c 100644
--- a/bindings/ocaml/llvm/llvm.mli
+++ b/bindings/ocaml/llvm/llvm.mli
@@ -1132,7 +1132,7 @@ external build_load : llvalue -> string -> llbuilder -> llvalue
external build_store : llvalue -> llvalue -> llbuilder -> llvalue
= "llvm_build_store"
-(** [build_store p indices name b] creates a
+(** [build_gep p indices name b] creates a
[%name = gep %p, indices...]
instruction at the position specified by the instruction builder [b].
See the method [llvm::LLVMBuilder::CreateGetElementPtr]. **)