Skip to content

Commit

Permalink
OCaml bindings: fix typo in documentation
Browse files Browse the repository at this point in the history
Patch by Peter Zotov



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193838 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sylvestre committed Nov 1, 2013
1 parent dfc58e3 commit e239d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/ocaml/llvm/llvm.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e239d20

Please sign in to comment.