gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / iris / iris_batch.c
index 6533e11349d9e784fa5d263eea7828b7f8ef2b76..c23e281bdce6f5888f55d6a290bcb163cb6220ef 100644 (file)
@@ -731,7 +731,7 @@ _iris_batch_flush(struct iris_batch *batch, const char *file, int line)
     */
    if (ret == -EIO && replace_hw_ctx(batch)) {
       if (batch->reset->reset) {
-         /* Tell the state tracker the device is lost and it was our fault. */
+         /* Tell gallium frontends the device is lost and it was our fault. */
          batch->reset->reset(batch->reset->data, PIPE_GUILTY_CONTEXT_RESET);
       }