r300g/compiler: Fix typo in comment

Reviewed-by: Marek Olšák <maraeo@gmail.com>
This commit is contained in:
Tom Stellard 2013-02-10 00:15:08 -05:00
parent 27d140b960
commit c3df498ff9

View 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.
*/