diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-11-01 00:26:01 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-11-01 00:26:01 +0000 |
commit | dfc58e3bcfcb8f37796b2ca1c289dd202f26d03c (patch) | |
tree | 89515362c7f6b4fa150604472477e6187b5b0e61 /bindings/ocaml/executionengine/executionengine_ocaml.c | |
parent | 9b93392185d3838cc438629981d7c3fee634176d (diff) | |
download | external_llvm-dfc58e3bcfcb8f37796b2ca1c289dd202f26d03c.zip external_llvm-dfc58e3bcfcb8f37796b2ca1c289dd202f26d03c.tar.gz external_llvm-dfc58e3bcfcb8f37796b2ca1c289dd202f26d03c.tar.bz2 |
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
Diffstat (limited to 'bindings/ocaml/executionengine/executionengine_ocaml.c')
-rw-r--r-- | bindings/ocaml/executionengine/executionengine_ocaml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/ocaml/executionengine/executionengine_ocaml.c b/bindings/ocaml/executionengine/executionengine_ocaml.c index 02e0306..32f6c59 100644 --- a/bindings/ocaml/executionengine/executionengine_ocaml.c +++ b/bindings/ocaml/executionengine/executionengine_ocaml.c @@ -1,4 +1,4 @@ -/*===-- executionengine_ocaml.c - LLVM Ocaml Glue ---------------*- C++ -*-===*\ +/*===-- executionengine_ocaml.c - LLVM OCaml Glue ---------------*- C++ -*-===*\ |* *| |* The LLVM Compiler Infrastructure *| |* *| @@ -7,7 +7,7 @@ |* *| |*===----------------------------------------------------------------------===*| |* *| -|* This file glues LLVM's ocaml interface to its C interface. These functions *| +|* This file glues LLVM's OCaml interface to its C interface. These functions *| |* are by and large transparent wrappers to the corresponding C functions. *| |* *| |* Note that these functions intentionally take liberties with the CAMLparamX *| |