Mesa (master): gallivm: Correct copy'n'pasted comments.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Aug 30 13:12:28 UTC 2010


Module: Mesa
Branch: master
Commit: 7a08dbcf55d4c959907086a5e4851e0cab0b9f67
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a08dbcf55d4c959907086a5e4851e0cab0b9f67

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sat Aug 21 11:29:41 2010 +0100

gallivm: Correct copy'n'pasted comments.

---

 src/gallium/auxiliary/gallivm/lp_bld_type.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_type.h b/src/gallium/auxiliary/gallivm/lp_bld_type.h
index 3ffe916..fec1d3d 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_type.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_type.h
@@ -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) */




More information about the mesa-commit mailing list