projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633e113
)
fix typo
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 1 Feb 2008 00:05:43 +0000
(17:05 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 1 Feb 2008 00:05:43 +0000
(17:05 -0700)
src/mesa/pipe/p_shader_tokens.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_shader_tokens.h
b/src/mesa/pipe/p_shader_tokens.h
index e9d1d66bdabd4ac53f544cc6684cfac3a01d5cbc..3ce35310f6d0a48364e383d533c10f0099ed2486 100644
(file)
--- 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_
ext
swz.
+ * 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.