gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / softpipe / sp_tex_sample.c
index 5a0ec40d9c8632e2ecc8f25e6a6075b902d2a9fa..ab7f73e92bd51280f8bf1928772465fb80b957c4 100644 (file)
@@ -3599,7 +3599,7 @@ softpipe_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 != resource->target) {