draw: fix comment typo

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2012-12-07 12:41:22 -07:00
parent 9b11344b25
commit 3e0fa487fb
1 changed files with 1 additions and 1 deletions

View 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;