Fix a typo in llvm.mli noticed by Alain Frisch.
authorGordon Henriksen <gordonhenriksen@mac.com>
Fri, 4 Jan 2008 13:21:02 +0000 (13:21 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Fri, 4 Jan 2008 13:21:02 +0000 (13:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45585 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/llvm/llvm.mli

index d85dd1bb33c46c9ac4588c961199e805321b88f8..c6d50c973c6027afecb12a86737924b0f5ff2522 100644 (file)
@@ -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]. **)