From 21f3df08208ec29abe508bf435bec427f48d50de Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Mon, 23 May 2016 21:43:51 -0400 Subject: [PATCH] mesa/teximage: fix GL_FLOAT in comment Noticed by Brian. Trivial. Signed-off-by: Ilia Mirkin --- src/mesa/main/teximage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4