[Mesa-dev] [PATCH 5/6] draw: fix comment typo
Brian Paul
brianp at vmware.com
Fri Dec 7 13:09:17 PST 2012
---
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 23cdf36..7113b9e 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;
--
1.7.3.4
More information about the mesa-dev
mailing list