summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-07-08 18:05:27 -0600
committerBrian Paul <brianp@vmware.com>2015-07-09 16:56:20 -0600
commit1f02a82c8bcac67ced81243631bad6ee1bb810ee (patch)
treea3f79d796f48eec11b137d5cffc52c187967cda4
parent27d8a690c41748b39c65d1ff51bb63e9f860bae1 (diff)
downloadexternal_mesa3d-1f02a82c8bcac67ced81243631bad6ee1bb810ee.zip
external_mesa3d-1f02a82c8bcac67ced81243631bad6ee1bb810ee.tar.gz
external_mesa3d-1f02a82c8bcac67ced81243631bad6ee1bb810ee.tar.bz2
gallium: fix comment typo in p_shader_tokens.h
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index bb57e80..6e07b2c 100644
--- 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 is indirectly 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.
*
*/