From dfc58e3bcfcb8f37796b2ca1c289dd202f26d03c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 1 Nov 2013 00:26:01 +0000 Subject: OCaml bindings: formatting This commit only changes comments and documentation in OCaml bindings. The official name of the language is OCaml, and the usage is now consistent. Patch by Peter Zotov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193836 91177308-0d34-0410-b5e6-96231b3b80d8 --- bindings/ocaml/bitreader/llvm_bitreader.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings/ocaml/bitreader/llvm_bitreader.mli') diff --git a/bindings/ocaml/bitreader/llvm_bitreader.mli b/bindings/ocaml/bitreader/llvm_bitreader.mli index 573de5e983..ff377b9bc9 100644 --- a/bindings/ocaml/bitreader/llvm_bitreader.mli +++ b/bindings/ocaml/bitreader/llvm_bitreader.mli @@ -1,4 +1,4 @@ -(*===-- llvm_bitreader.mli - LLVM Ocaml Interface ---------------*- C++ -*-===* +(*===-- llvm_bitreader.mli - LLVM OCaml Interface ---------------*- C++ -*-===* * * The LLVM Compiler Infrastructure * @@ -9,7 +9,7 @@ (** Bitcode reader. - This interface provides an ocaml API for the LLVM bitcode reader, the + This interface provides an OCaml API for the LLVM bitcode reader, the classes in the Bitreader library. *) exception Error of string -- cgit v1.2.3