[PATCH] OCaml bindings: fix typo in documentation

Peter Zotov whitequark at whitequark.org
Mon Oct 14 02:53:00 PDT 2013


Hi sylvestre.ledru,

http://llvm-reviews.chandlerc.com/D1930

Files:
  bindings/ocaml/llvm/llvm.mli

Index: bindings/ocaml/llvm/llvm.mli
===================================================================
--- bindings/ocaml/llvm/llvm.mli
+++ bindings/ocaml/llvm/llvm.mli
@@ -2469,7 +2469,7 @@
       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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1930.1.patch
Type: text/x-patch
Size: 536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131014/84626b9a/attachment.bin>


More information about the llvm-commits mailing list