1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

OCaml bindings: fix typo

Patch by Peter Zotov

llvm-svn: 193851
This commit is contained in:
Sylvestre Ledru 2013-11-01 02:29:13 +00:00
parent 9f107a3782
commit 08e83c3930

View 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"
(** 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"