summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-31 17:05:43 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-31 17:05:43 -0700
commit635341ec5b06b3db453e88f44663d2ad711c3f7d (patch)
treef4f3b8428581d2b25d2ecccd994b5beac96d07c2 /src
parent633e1133aeed04df650b97c8d25a041014fd6f5e (diff)
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/p_shader_tokens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_shader_tokens.h b/src/mesa/pipe/p_shader_tokens.h
index e9d1d66bda..3ce35310f6 100644
--- a/src/mesa/pipe/p_shader_tokens.h
+++ b/src/mesa/pipe/p_shader_tokens.h
@@ -626,7 +626,7 @@ struct tgsi_src_register_ext
/*
* If tgsi_src_register_ext::Type is TGSI_SRC_REGISTER_EXT_TYPE_SWZ,
- * it should be cast to tgsi_src_register_ext_extswz.
+ * it should be cast to tgsi_src_register_ext_swz.
*
* If tgsi_src_register_ext::Type is TGSI_SRC_REGISTER_EXT_TYPE_MOD,
* it should be cast to tgsi_src_register_ext_mod.