From e239d20d36c2cdf4e4143c38d470300c11441a16 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 1 Nov 2013 00:30:02 +0000 Subject: [PATCH 1/1] OCaml bindings: fix typo in documentation 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index 35a4957fb35..c4375dc4524 100644 --- a/bindings/ocaml/llvm/llvm.mli +++ b/bindings/ocaml/llvm/llvm.mli @@ -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 -- 2.34.1