intel: Comment typo fix.
authorEric Anholt <eric@anholt.net>
Fri, 27 Jan 2012 19:06:49 +0000 (11:06 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 27 Jan 2012 19:46:09 +0000 (11:46 -0800)
src/mesa/drivers/dri/i965/brw_fs.cpp

index 40327ac..6ecaa6c 100644 (file)
@@ -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