draw: fix comment typo
authorBrian Paul <brianp@vmware.com>
Fri, 7 Dec 2012 19:41:22 +0000 (12:41 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 8 Dec 2012 13:58:10 +0000 (06:58 -0700)
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/draw/draw_pt.c

index 23cdf36e1e6848f7f2144054679a79e7980f36d6..7113b9e0f2dae5dbf0364f92f2b2d2f21121d4a6 100644 (file)
@@ -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;