Mesa (master): i965: Fix a comment typo.

Eric Anholt anholt at kemper.freedesktop.org
Wed Jan 19 00:31:27 UTC 2011


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

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jan 18 13:28:32 2011 -0800

i965: Fix a comment typo.

---

 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 ba33895..056bb99 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
@@ -3257,7 +3257,7 @@ fs_visitor::remove_duplicate_mrf_writes()
       }
 
       if (inst->mlen > 0) {
-	 /* Found a SEND instruction, which will include two of fewer
+	 /* Found a SEND instruction, which will include two or fewer
 	  * implied MRF writes.  We could do better here.
 	  */
 	 for (int i = 0; i < implied_mrf_writes(inst); i++) {




More information about the mesa-commit mailing list