diff options
author | Brian Paul <[email protected]> | 2012-06-13 11:40:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-14 08:20:40 -0600 |
commit | bffb3997c3f58c24a6049461b33b59f022e73b46 (patch) | |
tree | da2a9eb2717b9eb626ac664bb5e9e3bc04268f63 | |
parent | fc3bac8a407dc2a2804236e1e2b813a3991fa84f (diff) |
svga: fix comment typo
-rw-r--r-- | 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 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])) |