i965: Fix a comment typo.

This commit is contained in:
Eric Anholt 2011-01-18 13:28:32 -08:00
parent 8ce425f3e3
commit 568e008365

View file

@ -3257,7 +3257,7 @@ fs_visitor::remove_duplicate_mrf_writes()
}
if (inst->mlen > 0) {
/* Found a SEND instruction, which will include two of fewer
/* Found a SEND instruction, which will include two or fewer
* implied MRF writes. We could do better here.
*/
for (int i = 0; i < implied_mrf_writes(inst); i++) {