swrast: fix typo: s/drapix/drawpix/

This commit is contained in:
Brian Paul 2009-02-09 09:54:33 -07:00
parent 4fece21315
commit 71e64fc30b
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ _swrast_DrawPixels( GLcontext *ctx,
swrast_render_finish(ctx);
_mesa_unmap_drapix_pbo(ctx, unpack);
_mesa_unmap_drawpix_pbo(ctx, unpack);
}