diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-11-01 02:29:13 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-11-01 02:29:13 +0000 |
commit | 4fe1606bb8509c8cc7c03a05636fe94b56df1718 (patch) | |
tree | 8de36461684fb03ca992a98a7f50030b02a7ae08 /llvm/bindings | |
parent | dde17e74fa05c1c749c7ecb8ac88a3e30c953848 (diff) | |
download | bcm5719-llvm-4fe1606bb8509c8cc7c03a05636fe94b56df1718.tar.gz bcm5719-llvm-4fe1606bb8509c8cc7c03a05636fe94b56df1718.zip |
OCaml bindings: fix typo
Patch by Peter Zotov
llvm-svn: 193851
Diffstat (limited to 'llvm/bindings')
-rw-r--r-- | llvm/bindings/ocaml/target/llvm_target.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/bindings/ocaml/target/llvm_target.mli b/llvm/bindings/ocaml/target/llvm_target.mli index 807bda96cb7..667fef0ca12 100644 --- a/llvm/bindings/ocaml/target/llvm_target.mli +++ b/llvm/bindings/ocaml/target/llvm_target.mli @@ -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" -(** 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" |