fix comment
authorBrian <brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 18:50:16 +0000 (12:50 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 18:50:16 +0000 (12:50 -0600)
src/mesa/state_tracker/st_draw.c

index 4db81899885efba67f2cd9c7ea39d80cb2675bd4..1f6c261bc24633786b4a9d704305974a75627ed3 100644 (file)
@@ -41,7 +41,7 @@
 #include "pipe/p_context.h"
 
 /*
- * TNL stage which feedsinto the above.
+ * TNL stage which feeds into the above.
  *
  * XXX: this needs to go into each driver using this code, because we
  * cannot make the leap from ctx->draw_context in this file.  The