Fix comment in llvm.mli.
authorErick Tryzelaar <idadesub@users.sourceforge.net>
Mon, 10 Aug 2009 19:45:00 +0000 (19:45 +0000)
committerErick Tryzelaar <idadesub@users.sourceforge.net>
Mon, 10 Aug 2009 19:45:00 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78591 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/llvm/llvm.mli

index 8b8cb7f41f47950a7dd001819387f08c8eb6bc6a..e8ca0f9d9417b4100cd3df837ea2426e92e839ee 100644 (file)
@@ -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].