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 4db8189..1f6c261 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