summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-11-01 00:30:02 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-11-01 00:30:02 +0000
commite239d20d36c2cdf4e4143c38d470300c11441a16 (patch)
tree006ebec1a92b41047b70d068d4fce7eb4ff42a99 /bindings
parentdfc58e3bcfcb8f37796b2ca1c289dd202f26d03c (diff)
downloadllvm-e239d20d36c2cdf4e4143c38d470300c11441a16.tar.gz
llvm-e239d20d36c2cdf4e4143c38d470300c11441a16.tar.bz2
llvm-e239d20d36c2cdf4e4143c38d470300c11441a16.tar.xz
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
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/llvm/llvm.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli
index 35a4957fb3..c4375dc452 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