From 886b353b9033c4c02cfa12e941db7c9a88ea98a2 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 10 Aug 2009 19:45:00 +0000 Subject: [PATCH] Fix comment in llvm.mli. llvm-svn: 78591 --- bindings/ocaml/llvm/llvm.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index 8b8cb7f41f4..e8ca0f9d941 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].