From: Brian Date: Wed, 20 Jun 2007 18:50:16 +0000 (-0600) Subject: fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=abf45c2a3db39fc1690e282e7f7603bc1d81f647;p=mesa.git fix comment --- diff --git a/src/mesa/state_tracker/st_draw.c b/src/mesa/state_tracker/st_draw.c index 4db81899885..1f6c261bc24 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