mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
i965/fs: Typo fix a comment.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
0834607a89
commit
445289b509
1 changed files with 1 additions and 1 deletions
|
|
@ -3472,7 +3472,7 @@ fs_visitor::compute_to_mrf()
|
|||
|
||||
if (scan_inst->dst.file == MRF &&
|
||||
scan_inst->dst.hw_reg == inst->dst.hw_reg) {
|
||||
/* Somebody else wrote our MRF here, so we can't can't
|
||||
/* Somebody else wrote our MRF here, so we can't
|
||||
* compute-to-MRF before that.
|
||||
*/
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue