From: Eric Anholt Date: Wed, 23 Apr 2014 21:04:04 +0000 (-0700) Subject: i965: Fix a stale comment reference X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55a049b9ae834e0c20d89c34378d0d9527b67423;p=mesa.git i965: Fix a stale comment reference Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h index 8181f82f3b3..6e6ae4bd6f5 100644 --- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h +++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h @@ -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;