From: Gordon Henriksen Date: Fri, 4 Jan 2008 13:21:02 +0000 (+0000) Subject: Fix a typo in llvm.mli noticed by Alain Frisch. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=632146044083683a987260599fca3a717b7e38a4;p=oota-llvm.git 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 --- 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]. **)