OCaml bindings: fix typo in documentation
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 1 Nov 2013 00:30:02 +0000 (00:30 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 1 Nov 2013 00:30:02 +0000 (00:30 +0000)
Patch by Peter Zotov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193838 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/llvm/llvm.mli

index 35a4957fb35906076a577887be582c4c8f66f36e..c4375dc4524b41450477bee6bd3ebcdd78eadc93 100644 (file)
@@ -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