intel: update intel_texture_image comment

This commit is contained in:
Brian Paul 2011-11-05 10:48:18 -06:00
parent 24524784cf
commit 46f5ef557f

View 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;