summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-05-23 21:43:51 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2016-05-23 21:44:41 -0400
commit21f3df08208ec29abe508bf435bec427f48d50de (patch)
tree67a0f9514ce180e85684b0d9ed126eaf1aca3c95 /src/mesa/main/teximage.c
parent2d9308012c5da0891b099b5082c17d28bc51bb09 (diff)
downloadexternal_mesa3d-21f3df08208ec29abe508bf435bec427f48d50de.zip
external_mesa3d-21f3df08208ec29abe508bf435bec427f48d50de.tar.gz
external_mesa3d-21f3df08208ec29abe508bf435bec427f48d50de.tar.bz2
mesa/teximage: fix GL_FLOAT in comment
Noticed by Brian. Trivial. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'src/mesa/main/teximage.c')
-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 9da3be6..58b7f27 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -69,7 +69,7 @@
* format needs to be a 32 bit component and in case of GL_HALF_FLOAT_OES it
* needs to be a 16 bit component.
*
- * For example, given base format GL_RGBA, type GL_Float return GL_RGBA32F_ARB.
+ * For example, given base format GL_RGBA, type GL_FLOAT return GL_RGBA32F_ARB.
*/
static GLenum
adjust_for_oes_float_texture(const struct gl_context *ctx,