i915/i965: Fix typo in perf_debug message

Trivial

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Ian Romanick 2015-12-17 17:50:34 -08:00
parent a13e9adbee
commit ee4676aa57
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ do_blit_copypixels(struct gl_context * ctx,
}
if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
perf_debug("glCopyPixles(): Unsupported pixel zoom\n");
perf_debug("glCopyPixels(): Unsupported pixel zoom\n");
return false;
}

View File

@ -142,7 +142,7 @@ do_blit_copypixels(struct gl_context * ctx,
}
if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
perf_debug("glCopyPixles(): Unsupported pixel zoom\n");
perf_debug("glCopyPixels(): Unsupported pixel zoom\n");
return false;
}