diff options
author | José Fonseca <[email protected]> | 2010-04-18 09:45:54 +0200 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-18 10:36:28 +0200 |
commit | b609cfc7c9c38f26e7e6d6f7dd5dd6d38f4ed209 (patch) | |
tree | a09b53321d5ba053eba3d670b055b43d80f1cf19 /src/gallium/auxiliary/draw/draw_pipe.c | |
parent | d036e9312fcc1f3ee67740ab2ef828f7b47367d2 (diff) |
draw: Cosmetic cleanups and comments.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pipe.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pipe.c b/src/gallium/auxiliary/draw/draw_pipe.c index 83dc1a35f4c..b8f57dde6d8 100644 --- a/src/gallium/auxiliary/draw/draw_pipe.c +++ b/src/gallium/auxiliary/draw/draw_pipe.c @@ -225,7 +225,7 @@ static void do_triangle( struct draw_context *draw, /** - * Code to run the pipeline on a fairly arbitary collection of vertices. + * Code to run the pipeline on a fairly arbitrary collection of vertices. * For drawing indexed primitives. * * Vertex headers must be pre-initialized with the |