summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/meta.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-27 14:16:59 -0600
committerBrian Paul <brianp@vmware.com>2009-10-27 17:00:31 -0600
commit05ec586851290698730990cd810e1fe4d74d2749 (patch)
tree76678a899073fe6dc691bc4d15e90a5b310691b3 /src/mesa/drivers/common/meta.c
parent403181b91355c733883d0a6d7f48440212226d45 (diff)
mesa: s/Bilt/Blit
Diffstat (limited to 'src/mesa/drivers/common/meta.c')
-rw-r--r--src/mesa/drivers/common/meta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c
index b38f22e130..64b77d864c 100644
--- a/src/mesa/drivers/common/meta.c
+++ b/src/mesa/drivers/common/meta.c
@@ -1025,7 +1025,7 @@ init_blit_depth_pixels(GLcontext *ctx)
/**
- * Try to do a glBiltFramebuffer using no-copy texturing.
+ * Try to do a glBlitFramebuffer using no-copy texturing.
* We can do this when the src renderbuffer is actually a texture.
* But if the src buffer == dst buffer we cannot do this.
*