From: Eric Anholt Date: Fri, 27 Jan 2012 19:06:49 +0000 (-0800) Subject: intel: Comment typo fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4586d2e2e444d1212d4abfd1ea5bbeff4503feb;p=mesa.git intel: Comment typo fix. --- 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