diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 7d1be5c0083..ba5bf9e4405 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -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;