Mesa (master): intel: Comment typo fix.

Eric Anholt anholt at kemper.freedesktop.org
Fri Jan 27 19:46:23 UTC 2012


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jan 27 11:06:49 2012 -0800

intel: Comment typo fix.

---

 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 40327ac..6ecaa6c 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
@@ -1590,7 +1590,7 @@ fs_visitor::compute_to_mrf()
 }
 
 /**
- * Walks through basic blocks, locking for repeated MRF writes and
+ * Walks through basic blocks, looking for repeated MRF writes and
  * removing the later ones.
  */
 bool




More information about the mesa-commit mailing list