mesa/teximage: fix GL_FLOAT in comment
authorIlia Mirkin <imirkin@alum.mit.edu>
Tue, 24 May 2016 01:43:51 +0000 (21:43 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 24 May 2016 01:44:41 +0000 (21:44 -0400)
Noticed by Brian. Trivial.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/teximage.c

index 9da3be6..58b7f27 100644 (file)
@@ -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,