svga: fix comment typo
authorBrian Paul <brianp@vmware.com>
Wed, 13 Jun 2012 17:40:34 +0000 (11:40 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 14 Jun 2012 14:20:40 +0000 (08:20 -0600)
src/gallium/drivers/svga/svga_pipe_misc.c

index 603c95373d42d4cb35ac45be87a54fb4bb06d6f2..56f2599313494445192b976ec9efd19eb99aba6c 100644 (file)
@@ -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]))