Mesa (master): i965/fs: Typo fix a comment.

Eric Anholt anholt at kemper.freedesktop.org
Tue Apr 26 19:26:04 UTC 2011


Module: Mesa
Branch: master
Commit: 445289b5093acb9abaf7e0a89bfa319fcb4a1c31
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=445289b5093acb9abaf7e0a89bfa319fcb4a1c31

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Mar 28 16:55:14 2011 -0700

i965/fs: Typo fix a comment.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_fs.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;




More information about the mesa-commit mailing list