intel: Update stale comment for intel_miptree_slice::map

The comment referred to intel_tex_image_map/unmap, but should more
accurately refer to intel_miptree_map/unmap.

Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
Chad Versace 2012-08-01 12:12:52 -07:00
parent 4b40375c43
commit 7a2e40ed28

View file

@ -131,8 +131,8 @@ struct intel_mipmap_level
/** \} */
/**
* Pointer to mapping information, present across
* intel_tex_image_map()/unmap of the slice.
* Mapping information. Persistent for the duration of
* intel_miptree_map/unmap on this slice.
*/
struct intel_miptree_map *map;
} *slice;