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 | 493cd8c09b2c3b10c2bd4026fa1cc760d1dd0e3b (patch) | |
tree | 7b7e6ed1ed14e91e33694042282f8478bb703c21 /llvm/bindings/ocaml/executionengine/executionengine_ocaml.c | |
parent | 71d34a2eefc0d37193d561fafb9d0488569aea15 (diff) | |
download | bcm5719-llvm-493cd8c09b2c3b10c2bd4026fa1cc760d1dd0e3b.tar.gz bcm5719-llvm-493cd8c09b2c3b10c2bd4026fa1cc760d1dd0e3b.zip |
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
llvm-svn: 193836
Diffstat (limited to 'llvm/bindings/ocaml/executionengine/executionengine_ocaml.c')
-rw-r--r-- | llvm/bindings/ocaml/executionengine/executionengine_ocaml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c b/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c index 02e03060572..32f6c5907cc 100644 --- a/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c +++ b/llvm/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 *| |