Module: Mesa Branch: master Commit: a4586d2e2e444d1212d4abfd1ea5bbeff4503feb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4586d2e2e444d1212d4abfd1ea5bbeff4503feb
Author: Eric Anholt <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
