summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/state_tracker/st_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_draw.c b/src/mesa/state_tracker/st_draw.c
index 4db8189988..1f6c261bc2 100644
--- a/src/mesa/state_tracker/st_draw.c
+++ b/src/mesa/state_tracker/st_draw.c
@@ -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