[PATCH] OCaml bindings: fix typo
Peter Zotov
whitequark at whitequark.org
Thu Oct 31 19:16:24 PDT 2013
Hi sylvestre.ledru,
http://llvm-reviews.chandlerc.com/D2086
Files:
bindings/ocaml/target/llvm_target.mli
Index: bindings/ocaml/target/llvm_target.mli
===================================================================
--- bindings/ocaml/target/llvm_target.mli
+++ bindings/ocaml/target/llvm_target.mli
@@ -53,7 +53,7 @@
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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2086.1.patch
Type: text/x-patch
Size: 624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131031/b50a3c0a/attachment.bin>
More information about the llvm-commits
mailing list