[llvm] r193838 - OCaml bindings: fix typo in documentation

Sylvestre Ledru sylvestre at debian.org
Thu Oct 31 17:30:02 PDT 2013


Author: sylvestre
Date: Thu Oct 31 19:30:02 2013
New Revision: 193838

URL: http://llvm.org/viewvc/llvm-project?rev=193838&view=rev
Log:
OCaml bindings: fix typo in documentation

Patch by Peter Zotov


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=193838&r1=193837&r2=193838&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Thu Oct 31 19:30:02 2013
@@ -2342,7 +2342,7 @@ module MemoryBuffer : sig
       raised. *)
   val of_file : string -> llmemorybuffer
   
-  (** [stdin ()] is the memory buffer containing the contents of standard input.
+  (** [of_stdin ()] is the memory buffer containing the contents of standard input.
       If standard input is empty, then [IoError msg] is raised. *)
   val of_stdin : unit -> llmemorybuffer
   





More information about the llvm-commits mailing list