diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-03-07 19:13:06 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-03-07 19:13:06 +0000 |
commit | e5c20e87ce195a1335eb5f80c699cf646f5679c4 (patch) | |
tree | 1dbaa1159ad8f50ee0102d1c294a6b57fd7eb44b /bindings/ocaml | |
parent | c5a2e630010b8e889fd48eaae84547cfff743e9f (diff) | |
download | external_llvm-e5c20e87ce195a1335eb5f80c699cf646f5679c4.zip external_llvm-e5c20e87ce195a1335eb5f80c699cf646f5679c4.tar.gz external_llvm-e5c20e87ce195a1335eb5f80c699cf646f5679c4.tar.bz2 |
Cleanup some comments in the OCaml bindings.
Patch by Erick Tryzelaar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml')
-rw-r--r-- | bindings/ocaml/llvm/llvm.ml | 2 | ||||
-rw-r--r-- | bindings/ocaml/llvm/llvm.mli | 2 | ||||
-rw-r--r-- | bindings/ocaml/llvm/llvm_ocaml.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bindings/ocaml/llvm/llvm.ml b/bindings/ocaml/llvm/llvm.ml index 6657af5..9d138eb 100644 --- a/bindings/ocaml/llvm/llvm.ml +++ b/bindings/ocaml/llvm/llvm.ml @@ -1,4 +1,4 @@ -(*===-- tools/ml/llvm.ml - LLVM Ocaml Interface ---------------------------===* +(*===-- llvm/llvm.ml - LLVM Ocaml Interface --------------------------------===* * * The LLVM Compiler Infrastructure * diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index c6d50c9..3ed9d27 100644 --- a/bindings/ocaml/llvm/llvm.mli +++ b/bindings/ocaml/llvm/llvm.mli @@ -1,4 +1,4 @@ -(*===-- tools/ml/llvm.ml - LLVM Ocaml Interface ---------------------------===* +(*===-- llvm/llvm.mli - LLVM Ocaml Interface -------------------------------===* * * The LLVM Compiler Infrastructure * diff --git a/bindings/ocaml/llvm/llvm_ocaml.c b/bindings/ocaml/llvm/llvm_ocaml.c index 3f48887..f4e958d 100644 --- a/bindings/ocaml/llvm/llvm_ocaml.c +++ b/bindings/ocaml/llvm/llvm_ocaml.c @@ -1,4 +1,4 @@ -/*===-- llvm_ocaml.h - LLVM Ocaml Glue --------------------------*- C++ -*-===*\ +/*===-- llvm_ocaml.c - LLVM Ocaml Glue --------------------------*- C++ -*-===*\ |* *| |* The LLVM Compiler Infrastructure *| |* *| |