r300g/compiler: Fix typo in comment
authorTom Stellard <thomas.stellard@amd.com>
Sun, 10 Feb 2013 05:15:08 +0000 (00:15 -0500)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 22 Feb 2013 03:07:27 +0000 (22:07 -0500)
Reviewed-by: Marek Olšák <maraeo@gmail.com>
src/gallium/drivers/r300/compiler/radeon_variable.c

index 77bb9d4c230ef4162f9c1338f2c16d345763c688..c7ac486f33f1ab0aaccbfabc10d2dbde8005f2b9 100644 (file)
@@ -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.
                         */