gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / vc4 / vc4_state.c
index 1e4657a79227394084dcc8a13eefb1e75f517cc6..77431e4557ccf40feadad04b513c666c732b57b5 100644 (file)
@@ -387,7 +387,7 @@ vc4_set_constant_buffer(struct pipe_context *pctx,
         struct vc4_context *vc4 = vc4_context(pctx);
         struct vc4_constbuf_stateobj *so = &vc4->constbuf[shader];
 
-        /* Note that the state tracker can unbind constant buffers by
+        /* Note that the gallium frontend can unbind constant buffers by
          * passing NULL here.
          */
         if (unlikely(!cb)) {