diff options
author | Eric Anholt <eric@anholt.net> | 2011-01-18 13:28:32 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2011-01-18 16:30:59 -0800 |
commit | 568e0083651dd29e5bce94ade8625a64a0e85e88 (patch) | |
tree | 50a14e5ee2753a3b4b5fbf325989d485745901a0 /src | |
parent | 8ce425f3e3e330bda859c439b915c4e59b1a2bf4 (diff) |
i965: Fix a comment typo.
Diffstat (limited to 'src')
-rw-r--r-- | 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 ba338959bf..056bb99982 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++) { |