1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

OCaml bindings: fix typo in documentation

Patch by Peter Zotov

llvm-svn: 193838
This commit is contained in:
Sylvestre Ledru 2013-11-01 00:30:02 +00:00
parent f2e94c88f0
commit 8dbae1013d

View 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