Author: gordon Date: Fri Jan 4 07:21:02 2008 New Revision: 45585 URL: http://llvm.org/viewvc/llvm-project?rev=45585&view=rev Log: Fix a typo in llvm.mli noticed by Alain Frisch.
Modified: llvm/trunk/bindings/ocaml/llvm/llvm.mli Modified: llvm/trunk/bindings/ocaml/llvm/llvm.mli URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/llvm.mli?rev=45585&r1=45584&r2=45585&view=diff ============================================================================== --- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original) +++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Fri Jan 4 07:21:02 2008 @@ -1132,7 +1132,7 @@ 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]. **) _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits