gallium: fix comment typo in p_shader_tokens.h
authorBrian Paul <brianp@vmware.com>
Thu, 9 Jul 2015 00:05:27 +0000 (18:05 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 9 Jul 2015 22:56:20 +0000 (16:56 -0600)
src/gallium/include/pipe/p_shader_tokens.h

index bb57e805c29137f408eddf847dd90d4fb5965432..6e07b2c5c7cb0b1a9c6dd123c057cc591529b583 100644 (file)
@@ -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.
  *
  */