diff options
| author | Peter Zotov <whitequark@whitequark.org> | 2014-10-31 09:19:03 +0000 |
|---|---|---|
| committer | Peter Zotov <whitequark@whitequark.org> | 2014-10-31 09:19:03 +0000 |
| commit | e2b8b1431c8e202e61cdd37b966d47e06d9e1272 (patch) | |
| tree | f1d52d613a9ad139c6decbe0252df03aba735ca8 /llvm/bindings/ocaml/linker | |
| parent | b1f54ff42f96893591dba930320045c4b54c533b (diff) | |
| download | bcm5719-llvm-e2b8b1431c8e202e61cdd37b966d47e06d9e1272.tar.gz bcm5719-llvm-e2b8b1431c8e202e61cdd37b966d47e06d9e1272.zip | |
[OCaml] Ensure consistent naming.
Specifically:
* Directories match module names.
* Test names match module names.
* The language is called "OCaml", not "Ocaml".
llvm-svn: 220958
Diffstat (limited to 'llvm/bindings/ocaml/linker')
| -rw-r--r-- | llvm/bindings/ocaml/linker/linker_ocaml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/bindings/ocaml/linker/linker_ocaml.c b/llvm/bindings/ocaml/linker/linker_ocaml.c index ade0fbb56d9..ed37777d852 100644 --- a/llvm/bindings/ocaml/linker/linker_ocaml.c +++ b/llvm/bindings/ocaml/linker/linker_ocaml.c @@ -1,4 +1,4 @@ -/*===-- linker_ocaml.c - LLVM Ocaml Glue ------------------------*- C++ -*-===*\ +/*===-- linker_ocaml.c - LLVM OCaml Glue ------------------------*- C++ -*-===*\ |* *| |* The LLVM Compiler Infrastructure *| |* *| |

