diff options
author | Brian Paul <[email protected]> | 2008-04-25 14:15:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-25 14:18:09 -0600 |
commit | 1437b41d9068017dbe981a784285d5773c1d1ead (patch) | |
tree | 5999e8e9877b860829272d3ad03465d828d341c7 /src/mesa/main/bufferobj.c | |
parent | 149a4175fafdb4dfcf31b28377f83092c9edf335 (diff) |
gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/
Diffstat (limited to 'src/mesa/main/bufferobj.c')
-rw-r--r-- | src/mesa/main/bufferobj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index e762eb3b634..dc0307feb56 100644 --- a/src/mesa/main/bufferobj.c +++ b/src/mesa/main/bufferobj.c @@ -551,8 +551,8 @@ _mesa_map_drawpix_pbo(GLcontext *ctx, * \sa _mesa_unmap_bitmap_pbo */ void -_mesa_unmap_drapix_pbo(GLcontext *ctx, - const struct gl_pixelstore_attrib *unpack) +_mesa_unmap_drawpix_pbo(GLcontext *ctx, + const struct gl_pixelstore_attrib *unpack) { if (unpack->BufferObj->Name) { ctx->Driver.UnmapBuffer(ctx, GL_PIXEL_UNPACK_BUFFER_EXT, |