summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-02-10 00:15:08 -0500
committerTom Stellard <thomas.stellard@amd.com>2013-02-21 22:07:27 -0500
commitc3df498ff907243578439a242478a94e8218fba0 (patch)
tree729d41d47587156e4fedba91946b580904d1e111 /src/gallium/drivers/r300
parent27d140b96029660c4d0fade6efa9499cd4d23903 (diff)
r300g/compiler: Fix typo in comment
Reviewed-by: Marek Olšák <maraeo@gmail.com>
Diffstat (limited to 'src/gallium/drivers/r300')
-rw-r--r--src/gallium/drivers/r300/compiler/radeon_variable.c2
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 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.
*/