mesa: fix a typo (trivial)

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Tapani Pälli 2018-07-24 08:58:21 +03:00
parent ce80abbb17
commit 553af7a190
1 changed files with 1 additions and 1 deletions

View File

@ -4008,7 +4008,7 @@ copyteximage(struct gl_context *ctx, GLuint dims,
*/
else if (formats_differ_in_component_sizes (texFormat, rb->Format)) {
_mesa_error(ctx, GL_INVALID_OPERATION,
"glCopyTexImage%uD(componenet size changed in"
"glCopyTexImage%uD(component size changed in"
" internal format)", dims);
return;
}