mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
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
This commit is contained in:
@@ -2342,7 +2342,7 @@ module MemoryBuffer : sig
|
|||||||
raised. *)
|
raised. *)
|
||||||
val of_file : string -> llmemorybuffer
|
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. *)
|
If standard input is empty, then [IoError msg] is raised. *)
|
||||||
val of_stdin : unit -> llmemorybuffer
|
val of_stdin : unit -> llmemorybuffer
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user