gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / r300 / r300_render.c
index 9c21023481c8c48325b492cafcc84ba9392ee068..18e3e3b45796f1e780a72338a68e0e872e264ceb 100644 (file)
@@ -324,7 +324,7 @@ static boolean immd_is_good_idea(struct r300_context *r300,
     }
 
     /* Buffers can only be used for read by r300 (except query buffers, but
-     * those can't be bound by a state tracker as vertex buffers). */
+     * those can't be bound by an gallium frontend as vertex buffers). */
     return TRUE;
 }