mesa: fix typo s/glGetTextImage/glGetTexImage/

Trivial.
This commit is contained in:
Brian Paul 2015-07-22 08:04:49 -06:00
parent 800efb0690
commit fe42902009

View file

@ -1382,7 +1382,7 @@ _mesa_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type,
GLvoid *pixels )
{
GET_CURRENT_CONTEXT(ctx);
static const char *caller = "glGetTextImage";
static const char *caller = "glGetTexImage";
GLsizei width, height, depth;
struct gl_texture_object *texObj;