X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2Focaml%2Fllvm%2Fllvm.mli;h=c4375dc4524b41450477bee6bd3ebcdd78eadc93;hp=35a4957fb35906076a577887be582c4c8f66f36e;hb=e239d20d36c2cdf4e4143c38d470300c11441a16;hpb=dfc58e3bcfcb8f37796b2ca1c289dd202f26d03c 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