From a4586d2e2e444d1212d4abfd1ea5bbeff4503feb Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 27 Jan 2012 11:06:49 -0800 Subject: [PATCH] intel: Comment typo fix. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2