From: Brian Paul Date: Mon, 30 Sep 2013 15:06:52 +0000 (-0600) Subject: st/mesa: fix comment typo X-Git-Tag: upstream/10.0.5~1204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d441aac3d28e58b54b25a6dcd4c4cb086f9725d;p=platform%2Fupstream%2Fmesa.git st/mesa: fix comment typo --- diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c index 67c6f53..1bbeced 100644 --- a/src/mesa/state_tracker/st_mesa_to_tgsi.c +++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c @@ -853,7 +853,7 @@ emit_wpos_adjustment( struct st_translate *t, /** - * Emit fragment position/ooordinate code. + * Emit fragment position/coordinate code. */ static void emit_wpos(struct st_context *st,