diff options
author | Brian Paul <[email protected]> | 2012-12-07 12:41:22 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-12-08 06:58:10 -0700 |
commit | 3e0fa487fbddcc5578f7829bd972a3d442e0a4cb (patch) | |
tree | f0761066b685159bde9c2766b0ae4f6ff6c43019 | |
parent | 9b11344b25742062ff954370cc8c6a9a885b3394 (diff) |
draw: fix comment typo
Reviewed-by: Jose Fonseca <[email protected]>
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c index 23cdf36e1e6..7113b9e0f2d 100644 --- a/src/gallium/auxiliary/draw/draw_pt.c +++ b/src/gallium/auxiliary/draw/draw_pt.c @@ -121,7 +121,7 @@ draw_pt_arrays(struct draw_context *draw, /* Flush draw state if eltSize changed. * This could be improved so only the frontend is flushed since it * converts all indices to ushorts and the fetch part of the middle - * always perpares both linear and indexed. + * always prepares both linear and indexed. */ frontend->flush( frontend, DRAW_FLUSH_STATE_CHANGE ); frontend = NULL; |