[llvm-commits] [llvm] r78591 - /llvm/trunk/bindings/ocaml/llvm/llvm.mli

Erick Tryzelaar idadesub at users.sourceforge.net
Mon Aug 10 12:45:00 PDT 2009


Author: erickt
Date: Mon Aug 10 14:45:00 2009
New Revision: 78591

URL: http://llvm.org/viewvc/llvm-project?rev=78591&view=rev
Log:
Fix comment in llvm.mli.

Modified:
    llvm/trunk/bindings/ocaml/llvm/llvm.mli

Modified: llvm/trunk/bindings/ocaml/llvm/llvm.mli
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/llvm.mli?rev=78591&r1=78590&r2=78591&view=diff

==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Mon Aug 10 14:45:00 2009
@@ -325,8 +325,8 @@
     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].





More information about the llvm-commits mailing list