From: Brian Paul Date: Wed, 13 Jun 2012 17:40:34 +0000 (-0600) Subject: svga: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bffb3997c3f58c24a6049461b33b59f022e73b46;p=mesa.git svga: fix comment typo --- diff --git a/src/gallium/drivers/svga/svga_pipe_misc.c b/src/gallium/drivers/svga/svga_pipe_misc.c index 603c95373d4..56f25993134 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]))