mesa: fix error msg typo

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Rob Clark 2018-07-02 08:15:43 -04:00
parent 640b8eb5b1
commit 426f1c60bc

View file

@ -542,7 +542,7 @@ _mesa_EndPerfMonitorAMD(GLuint monitor)
* when a performance monitor is not currently started."
*/
if (!m->Active) {
_mesa_error(ctx, GL_INVALID_OPERATION, "glBeginPerfMonitor(not active)");
_mesa_error(ctx, GL_INVALID_OPERATION, "glEndPerfMonitor(not active)");
return;
}