mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user