summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-09-30 09:06:52 -0600
committerBrian Paul <[email protected]>2013-09-30 09:06:52 -0600
commit0d441aac3d28e58b54b25a6dcd4c4cb086f9725d (patch)
treee3f699c8874fe3f08cc18c9d48d920552e5c90d3 /src/mesa
parent7b25f52a95fe13bfc86c4d421328f6df7690876c (diff)
st/mesa: fix comment typo
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/state_tracker/st_mesa_to_tgsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c
index 67c6f53f638..1bbeced346c 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,