i965: Fix a comment typo.
authorEric Anholt <eric@anholt.net>
Tue, 18 Jan 2011 21:28:32 +0000 (13:28 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 19 Jan 2011 00:30:59 +0000 (16:30 -0800)
src/mesa/drivers/dri/i965/brw_fs.cpp

index ba338959bf23188d8b3e161a00ecb2c069af1fd5..056bb999822eb26f2a0daeaf85109da92e6408fe 100644 (file)
@@ -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++) {