mesa: s/Bilt/Blit
authorBrian Paul <brianp@vmware.com>
Tue, 27 Oct 2009 20:16:59 +0000 (14:16 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 27 Oct 2009 23:00:31 +0000 (17:00 -0600)
src/mesa/drivers/common/meta.c

index b38f22e130ec504e914cd5ac92a8c3e12c82ae1b..64b77d864c22490aed5f0e2918301faae026ef85 100644 (file)
@@ -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.
  *