Mesa (master): svga: fix comment typo

Brian Paul brianp at kemper.freedesktop.org
Thu Jun 14 14:32:50 UTC 2012


Module: Mesa
Branch: master
Commit: bffb3997c3f58c24a6049461b33b59f022e73b46
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bffb3997c3f58c24a6049461b33b59f022e73b46

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 13 11:40:34 2012 -0600

svga: fix comment typo

---

 src/gallium/drivers/svga/svga_pipe_misc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/svga/svga_pipe_misc.c b/src/gallium/drivers/svga/svga_pipe_misc.c
index 603c953..56f2599 100644
--- a/src/gallium/drivers/svga/svga_pipe_misc.c
+++ b/src/gallium/drivers/svga/svga_pipe_misc.c
@@ -81,7 +81,7 @@ static void svga_set_framebuffer_state(struct pipe_context *pipe,
    dst->height = fb->height;
    dst->nr_cbufs = fb->nr_cbufs;
 
-   /* check if we need to propaget any of the target surfaces */
+   /* check if we need to propagate any of the target surfaces */
    for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
       if (dst->cbufs[i] && dst->cbufs[i] != fb->cbufs[i])
          if (svga_surface_needs_propagation(dst->cbufs[i]))




More information about the mesa-commit mailing list