From: Eric Anholt Date: Tue, 18 Jan 2011 21:28:32 +0000 (-0800) Subject: i965: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=568e0083651dd29e5bce94ade8625a64a0e85e88;p=mesa.git i965: Fix a comment typo. --- diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index ba338959bf2..056bb999822 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++) {