gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / r300 / r300_context.c
index 0a68d37b8066284a4bdc940b41754f861240f829..114f74ead24656cff1a3b82463d1a11b31916633 100644 (file)
@@ -262,7 +262,7 @@ static boolean r300_setup_atoms(struct r300_context* r300)
     return TRUE;
 }
 
-/* Not every state tracker calls every driver function before the first draw
+/* Not every gallium frontend calls every driver function before the first draw
  * call and we must initialize the command buffers somehow. */
 static void r300_init_states(struct pipe_context *pipe)
 {