[llvm] r193851 - OCaml bindings: fix typo

Sylvestre Ledru sylvestre at debian.org
Thu Oct 31 19:29:14 PDT 2013


Author: sylvestre
Date: Thu Oct 31 21:29:13 2013
New Revision: 193851

URL: http://llvm.org/viewvc/llvm-project?rev=193851&view=rev
Log:
OCaml bindings: fix typo

Patch by Peter Zotov


Modified:
    llvm/trunk/bindings/ocaml/target/llvm_target.mli

Modified: llvm/trunk/bindings/ocaml/target/llvm_target.mli
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/target/llvm_target.mli?rev=193851&r1=193850&r2=193851&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/target/llvm_target.mli (original)
+++ llvm/trunk/bindings/ocaml/target/llvm_target.mli Thu Oct 31 21:29:13 2013
@@ -53,7 +53,7 @@ external pointer_size : DataLayout.t ->
     See the method llvm::DataLayout::getIntPtrType. *)
 external intptr_type : DataLayout.t -> Llvm.lltype = "LLVMIntPtrType"
 
-(** Computes the size of a type in bytes for a target.
+(** Computes the size of a type in bits for a target.
     See the method llvm::DataLayout::getTypeSizeInBits. *)
 external size_in_bits : DataLayout.t -> Llvm.lltype -> Int64.t
                       = "llvm_size_in_bits"





More information about the llvm-commits mailing list