i915/i965: Fix typo in perf_debug message
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 18 Dec 2015 01:50:34 +0000 (17:50 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 5 Jan 2016 21:18:45 +0000 (13:18 -0800)
Trivial

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i915/intel_pixel_copy.c
src/mesa/drivers/dri/i965/intel_pixel_copy.c

index a7185564e47e40119b7e7faf2e4951311134c335..213cdbd0f534da394e14c2f5e6f67117effc4fa4 100644 (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;
    }
 
index 3b5bdb8f928dbb6172b6afc131b9d8915a105cae..05c35bd61b338cb94dd5ec1d486891f8e2ebd880 100644 (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;
    }