From bffb3997c3f58c24a6049461b33b59f022e73b46 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Jun 2012 11:40:34 -0600 Subject: [PATCH] svga: fix comment typo --- src/gallium/drivers/svga/svga_pipe_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) -- 2.30.2