mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
r300g/compiler: Fix typo in comment
Reviewed-by: Marek Olšák <maraeo@gmail.com>
This commit is contained in:
parent
27d140b960
commit
c3df498ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue