diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2009-08-10 19:45:00 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2009-08-10 19:45:00 +0000 |
commit | 86c9d6b33b16d90df9cc651a2590dee3d8918522 (patch) | |
tree | d85e5547a64fc515d011e9f187e0555e41558eff /bindings | |
parent | a84b15575906b6a0e9ada7646724cc716cff1cd1 (diff) |
Fix comment in llvm.mli.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/ocaml/llvm/llvm.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index 8b8cb7f41f..e8ca0f9d94 100644 --- a/bindings/ocaml/llvm/llvm.mli +++ b/bindings/ocaml/llvm/llvm.mli @@ -325,8 +325,8 @@ external param_types : lltype -> lltype array = "llvm_param_types" array [tys]. See the method [llvm::StructType::get]. *) external struct_type : lltype array -> lltype = "llvm_struct_type" -(** [struct_type tys] returns the packed structure type containing in the types - in the array [tys]. See the method [llvm::StructType::get]. *) +(** [packed_struct_type tys] returns the packed structure type containing in the + types in the array [tys]. See the method [llvm::StructType::get]. *) external packed_struct_type : lltype array -> lltype = "llvm_packed_struct_type" (** [element_types sty] returns the constituent types of the struct type [sty]. |