Module: Mesa Branch: master Commit: 1f02a82c8bcac67ced81243631bad6ee1bb810ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f02a82c8bcac67ced81243631bad6ee1bb810ee
Author: Brian Paul <[email protected]> Date: Wed Jul 8 18:05:27 2015 -0600 gallium: fix comment typo in p_shader_tokens.h --- src/gallium/include/pipe/p_shader_tokens.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
