gallivm: Correct copy'n'pasted comments.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 21 Aug 2010 10:29:41 +0000 (11:29 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 30 Aug 2010 12:27:03 +0000 (13:27 +0100)
src/gallium/auxiliary/gallivm/lp_bld_type.h

index 3ffe916f8e42da9d807d24d066512305edb4057a..fec1d3dfbc637ba552234bd1fb8f08c045eff54a 100644 (file)
@@ -128,16 +128,16 @@ struct lp_build_context
     */
    struct lp_type type;
 
-   /** Same as lp_build_undef(type) */
+   /** Same as lp_build_elem_type(type) */
    LLVMTypeRef elem_type;
 
-   /** Same as lp_build_undef(type) */
+   /** Same as lp_build_vec_type(type) */
    LLVMTypeRef vec_type;
 
-   /** Same as lp_build_undef(type) */
+   /** Same as lp_build_int_elem_type(type) */
    LLVMTypeRef int_elem_type;
 
-   /** Same as lp_build_undef(type) */
+   /** Same as lp_build_int_vec_type(type) */
    LLVMTypeRef int_vec_type;
 
    /** Same as lp_build_undef(type) */