intel: update intel_texture_image comment
authorBrian Paul <brianp@vmware.com>
Sat, 5 Nov 2011 16:48:18 +0000 (10:48 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 7 Nov 2011 21:25:48 +0000 (14:25 -0700)
src/mesa/drivers/dri/intel/intel_tex_obj.h

index 3a32801d47a50736f364fcfc3d2a3dd8c40617a6..06904e4869b64df9382a6d1591869cd98fefc27b 100644 (file)
@@ -61,7 +61,7 @@ struct intel_texture_image
    struct swrast_texture_image base;
 
    /* If intelImage->mt != NULL, image data is stored here.
-    * Else if intelImage->base.Data != NULL, image is stored there.
+    * Else if intelImage->base.Buffer != NULL, image is stored there.
     * Else there is no image data.
     */
    struct intel_mipmap_tree *mt;