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 a718556..213cdbd 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 3b5bdb8..05c35bd 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;
    }