mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
i965: Fix a comment typo.
This commit is contained in:
parent
8ce425f3e3
commit
568e008365
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue