diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/main/texobj.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 24d8110b00..8e8704f1ca 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -871,7 +871,7 @@ _mesa_BindTexture( GLenum target, GLuint texName )        if (newTexObj) {           /* error checking */           if (newTexObj->Target != 0 && newTexObj->Target != target) { -            /* the named texture object's dimensions don't match the target */ +            /* the named texture object's target doesn't match the given target */              _mesa_error( ctx, GL_INVALID_OPERATION,                           "glBindTexture(wrong dimensionality)" );              return; | 
