i965/fs: Typo fix a comment.
authorEric Anholt <eric@anholt.net>
Mon, 28 Mar 2011 23:55:14 +0000 (16:55 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 26 Apr 2011 19:20:19 +0000 (12:20 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp

index 7d1be5c0083427040665dd088149a8d7c4810f94..ba5bf9e44059f70e013c2aa7045d53f6ec6900ab 100644 (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;