diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-06-20 12:50:16 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-06-20 12:50:16 -0600 |
commit | abf45c2a3db39fc1690e282e7f7603bc1d81f647 (patch) | |
tree | 7553005f9ca17c80f9987579e4b786cb257e8d54 /src/mesa/state_tracker/st_draw.c | |
parent | 83b6c46b50ab138551f3af114afbcc2adbee81d2 (diff) |
fix comment
Diffstat (limited to 'src/mesa/state_tracker/st_draw.c')
-rw-r--r-- | src/mesa/state_tracker/st_draw.c | 2 |
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 |