[Mesa-dev] [PATCH 2/6] r300g/compiler: Fix typo in comment

Tom Stellard tom at stellard.net
Sat Feb 9 21:15:08 PST 2013


From: Tom Stellard <thomas.stellard at amd.com>

---
 .../drivers/r300/compiler/radeon_variable.c        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r300/compiler/radeon_variable.c b/src/gallium/drivers/r300/compiler/radeon_variable.c
index 77bb9d4..c7ac486f 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.
 			 */
-- 
1.7.3.4



More information about the mesa-dev mailing list