OCaml bindings: formatting
[oota-llvm.git] / bindings / ocaml / executionengine / llvm_executionengine.mli
index 0b06078bad8604a9d66fc1e47535c73e72ca40c3..a3e1da3bcbdbdf61a880b56ed7bd66a02172b5e3 100644 (file)
@@ -1,4 +1,4 @@
-(*===-- llvm_executionengine.mli - LLVM Ocaml Interface ---------*- C++ -*-===*
+(*===-- llvm_executionengine.mli - LLVM OCaml Interface ---------*- C++ -*-===*
  *
  *                     The LLVM Compiler Infrastructure
  *
@@ -9,7 +9,7 @@
 
 (** JIT Interpreter.
 
-    This interface provides an ocaml API for LLVM execution engine (JIT/
+    This interface provides an OCaml API for LLVM execution engine (JIT/
     interpreter), the classes in the ExecutionEngine library. *)
 
 exception Error of string