gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_sampler.c
index 6c5511e3e81d957312fa879c285861694b0ed3c4..5bebc10ea21d99f69738c9bf92fc3d5bf1d11ea6 100644 (file)
@@ -191,7 +191,7 @@ llvmpipe_create_sampler_view(struct pipe_context *pipe,
 #ifdef DEBUG
      /*
       * This is possibly too lenient, but the primary reason is just
-      * to catch state trackers which forget to initialize this, so
+      * to catch gallium frontends which forget to initialize this, so
       * it only catches clearly impossible view targets.
       */
       if (view->target != texture->target) {