From c3df498ff907243578439a242478a94e8218fba0 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sun, 10 Feb 2013 00:15:08 -0500 Subject: [PATCH] r300g/compiler: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák --- src/gallium/drivers/r300/compiler/radeon_variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r300/compiler/radeon_variable.c b/src/gallium/drivers/r300/compiler/radeon_variable.c index 77bb9d4c230..c7ac486f33f 100644 --- a/src/gallium/drivers/r300/compiler/radeon_variable.c +++ b/src/gallium/drivers/r300/compiler/radeon_variable.c @@ -491,7 +491,7 @@ struct rc_list * rc_variable_list_get_writers( } /* Once we have indentifed the variable and its * friends that write this source, we can stop - * stop searching, because we know know of the + * stop searching, because we know none of the * other variables in the list will write this source. * If they did they would be friends of var. */ -- 2.30.2