summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2002-09-21 18:18:09 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2002-09-21 18:18:09 +0000
commit00a1ff66e2c8e22f0da6717ccaf310785c716d0a (patch)
treee127a9ce56679c6d2f03556626cbb0c034bc856b
parent635e8c3459db3c9132f01374849a4ac05ba4b5d3 (diff)
Spelling mistake meas --> mesa
-rw-r--r--src/mesa/main/texformat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h
index 5feed3b7bf..4df54f05f3 100644
--- a/src/mesa/main/texformat.h
+++ b/src/mesa/main/texformat.h
@@ -1,4 +1,4 @@
-/* $Id: texformat.h,v 1.7.2.2 2002/09/13 19:34:40 brianp Exp $ */
+/* $Id: texformat.h,v 1.7.2.3 2002/09/21 18:18:09 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -125,8 +125,8 @@ extern const struct gl_texture_format _mesa_texformat_a8;
extern const struct gl_texture_format _mesa_texformat_l8;
extern const struct gl_texture_format _mesa_texformat_i8;
extern const struct gl_texture_format _mesa_texformat_ci8;
-extern const struct gl_texture_format _meas_texformat_ycbcr;
-extern const struct gl_texture_format _meas_texformat_ycbcr_rev;
+extern const struct gl_texture_format _mesa_texformat_ycbcr;
+extern const struct gl_texture_format _mesa_texformat_ycbcr_rev;
/* The null format:
*/