gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / radeonsi / si_gfx_cs.c
index 087df67d61d97f9aed49e588f651fc04ea3eeec7..d6baf1ec9d443315a6b4ceb6305205241748ac8a 100644 (file)
@@ -112,7 +112,7 @@ void si_flush_gfx_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_h
 
    ctx->gfx_flush_in_progress = true;
 
-   /* If the state tracker is flushing the GFX IB, si_flush_from_st is
+       /* If the gallium frontend is flushing the GFX IB, si_flush_from_st is
     * responsible for flushing the DMA IB and merging the fences from both.
     * If the driver flushes the GFX IB internally, and it should never ask
     * for a fence handle.