projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d8a69
)
gallium: fix comment typo in p_shader_tokens.h
author
Brian Paul
<brianp@vmware.com>
Thu, 9 Jul 2015 00:05:27 +0000
(18:05 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 9 Jul 2015 22:56:20 +0000
(16:56 -0600)
src/gallium/include/pipe/p_shader_tokens.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_shader_tokens.h
b/src/gallium/include/pipe/p_shader_tokens.h
index bb57e805c29137f408eddf847dd90d4fb5965432..6e07b2c5c7cb0b1a9c6dd123c057cc591529b583 100644
(file)
--- a/
src/gallium/include/pipe/p_shader_tokens.h
+++ b/
src/gallium/include/pipe/p_shader_tokens.h
@@
-685,7
+685,7
@@
struct tgsi_src_register
*
* File, Index and Swizzle are handled the same as in tgsi_src_register.
*
- * If ArrayID is zero the whole register file might be i
s i
ndirectly addressed,
+ * If ArrayID is zero the whole register file might be indirectly addressed,
* if not only the Declaration with this ArrayID is accessed by this operand.
*
*/