i965: Fix a stale comment reference
authorEric Anholt <eric@anholt.net>
Wed, 23 Apr 2014 21:04:04 +0000 (14:04 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 3 May 2014 00:01:39 +0000 (17:01 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_mipmap_tree.h

index 8181f82..6e6ae4b 100644 (file)
@@ -280,7 +280,7 @@ struct intel_mipmap_tree
     * MESA_FORMAT_Z24_UNORM_X8_UINT.
     *
     * For ETC1/ETC2 textures, this is one of the uncompressed mesa texture
-    * formats if the hardware lacks support for ETC1/ETC2. See @ref wraps_etc.
+    * formats if the hardware lacks support for ETC1/ETC2. See @ref etc_format.
     */
    mesa_format format;