OCaml bindings: fix typo
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 1 Nov 2013 02:29:13 +0000 (02:29 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 1 Nov 2013 02:29:13 +0000 (02:29 +0000)
Patch by Peter Zotov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193851 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/target/llvm_target.mli

index 807bda96cb794cd1eaa4adf8d3de5b4c9dd151c5..667fef0ca1253a3dbcf571374462e94b6b2291da 100644 (file)
@@ -53,7 +53,7 @@ external pointer_size : DataLayout.t -> int = "llvm_pointer_size"
     See the method llvm::DataLayout::getIntPtrType. *)
 external intptr_type : DataLayout.t -> Llvm.lltype = "LLVMIntPtrType"
 
     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"
     See the method llvm::DataLayout::getTypeSizeInBits. *)
 external size_in_bits : DataLayout.t -> Llvm.lltype -> Int64.t
                       = "llvm_size_in_bits"