mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 22:28:04 +02:00
mesa: Fix typo in glDeleteQueriesARB debug message.
"Deleete" all the extra letters!
This commit is contained in:
parent
2aa783318d
commit
6ccfa1c543
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ _mesa_DeleteQueriesARB(GLsizei n, const GLuint *ids)
|
|||
FLUSH_VERTICES(ctx, 0);
|
||||
|
||||
if (MESA_VERBOSE & VERBOSE_API)
|
||||
_mesa_debug(ctx, "glDeleeteQueries(%d)\n", n);
|
||||
_mesa_debug(ctx, "glDeleteQueries(%d)\n", n);
|
||||
|
||||
if (n < 0) {
|
||||
_mesa_error(ctx, GL_INVALID_VALUE, "glDeleteQueriesARB(n < 0)");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue