aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-01-27 11:06:49 -0800
committerEric Anholt <[email protected]>2012-01-27 11:46:09 -0800
commita4586d2e2e444d1212d4abfd1ea5bbeff4503feb (patch)
treec282af2efc50d6106fe5768745772c106343042e /src
parent531e44415b078db105d0439ea90b3ea3bc3b0f7b (diff)
intel: Comment typo fix.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.cpp2
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 40327ace2cb..6ecaa6c758f 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