summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2013-11-17 17:06:23 +0000
committerEmil Velikov <[email protected]>2013-12-03 21:44:26 +0000
commitbc2627a98a07ebb5f279add74fac5b88349f2fa9 (patch)
tree736aa339538d83c118408556d28466aed506c46d /src/mesa
parent507c2356e3caa3b7da98787ae2de96c7bca0089e (diff)
mesa: resolve typo DTXn/DXTn
Reviewed-by: Kenneth Graunke <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/teximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index 793c5d38282..71865ae3452 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -2870,7 +2870,7 @@ _mesa_choose_texture_format(struct gl_context *ctx,
}
/* If the application requested compression to an S3TC format but we don't
- * have the DTXn library, force a generic compressed format instead.
+ * have the DXTn library, force a generic compressed format instead.
*/
if (internalFormat != format && format != GL_NONE) {
const GLenum before = internalFormat;