i965/fs: Typo fix a comment.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2011-03-28 16:55:14 -07:00
parent 0834607a89
commit 445289b509

View file

@ -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;