summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_drawpix.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-09 09:54:33 -0700
committerBrian Paul <brianp@vmware.com>2009-02-09 09:54:33 -0700
commit71e64fc30b4f57bd93daf004bc04af7181391f4d (patch)
tree77f6a87bf23c84391376ea2c1e5f7f85e51deb10 /src/mesa/swrast/s_drawpix.c
parent4fece21315dcb4bc44b950f9c71cb1f46288bfd5 (diff)
swrast: fix typo: s/drapix/drawpix/
Diffstat (limited to 'src/mesa/swrast/s_drawpix.c')
-rw-r--r--src/mesa/swrast/s_drawpix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c
index 2fc9fd0d50..700f76d4bc 100644
--- a/src/mesa/swrast/s_drawpix.c
+++ b/src/mesa/swrast/s_drawpix.c
@@ -881,7 +881,7 @@ _swrast_DrawPixels( GLcontext *ctx,
swrast_render_finish(ctx);
- _mesa_unmap_drapix_pbo(ctx, unpack);
+ _mesa_unmap_drawpix_pbo(ctx, unpack);
}