i965/draw: Delay when we get the bo for vertex buffers
[mesa.git] / src / mesa / drivers / dri / i965 / intel_pixel_copy.c
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;
    }