From 445289b5093acb9abaf7e0a89bfa319fcb4a1c31 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 28 Mar 2011 16:55:14 -0700 Subject: [PATCH] i965/fs: Typo fix a comment. Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 7d1be5c..ba5bf9e 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; -- 2.7.4