From 632146044083683a987260599fca3a717b7e38a4 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Fri, 4 Jan 2008 13:21:02 +0000 Subject: [PATCH] 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 --- bindings/ocaml/llvm/llvm.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index d85dd1bb33c..c6d50c973c6 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]. **) -- 2.34.1