summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2015-12-17 17:50:34 -0800
committerIan Romanick <ian.d.romanick@intel.com>2016-01-05 13:18:45 -0800
commitee4676aa57a0b1d4ac7e2f30fd45c36807fe35ea (patch)
treefcc55b6b0a485395900cbb229c5241f4ce81dfe8 /src/mesa/drivers/dri/i915
parenta13e9adbee2f273ced137f96b770aff7181b363c (diff)
downloadexternal_mesa3d-ee4676aa57a0b1d4ac7e2f30fd45c36807fe35ea.zip
external_mesa3d-ee4676aa57a0b1d4ac7e2f30fd45c36807fe35ea.tar.gz
external_mesa3d-ee4676aa57a0b1d4ac7e2f30fd45c36807fe35ea.tar.bz2
i915/i965: Fix typo in perf_debug message
Trivial Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i915')
-rw-r--r--src/mesa/drivers/dri/i915/intel_pixel_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_pixel_copy.c b/src/mesa/drivers/dri/i915/intel_pixel_copy.c
index a718556..213cdbd 100644
--- a/src/mesa/drivers/dri/i915/intel_pixel_copy.c
+++ b/src/mesa/drivers/dri/i915/intel_pixel_copy.c
@@ -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;
}