diff options
-rw-r--r-- | bindings/ocaml/llvm/llvm.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index 35a4957..c4375dc 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 |