From: Eric Anholt Date: Mon, 28 Mar 2011 23:55:14 +0000 (-0700) Subject: i965/fs: Typo fix a comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=445289b5093acb9abaf7e0a89bfa319fcb4a1c31;p=mesa.git i965/fs: Typo fix a comment. Reviewed-by: Kenneth Graunke --- 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;