nv50_2d: regenerate envytools-based rnndb headers
[mesa.git] / src / gallium / drivers / radeonsi / si_texture.c
index 45b4b84a6a806e815dcb376c7a34bcd837d66ebf..875341bf06e8a4ae5bf1dae942224a7694a52a43 100644 (file)
@@ -1281,7 +1281,7 @@ struct pipe_resource *si_texture_create(struct pipe_screen *screen,
 
    if (templ->nr_samples >= 2) {
       /* This is hackish (overwriting the const pipe_resource template),
-                * but should be harmless and gallium frontends can also see
+       * but should be harmless and gallium frontends can also see
        * the overriden number of samples in the created pipe_resource.
        */
       if (is_zs && sscreen->eqaa_force_z_samples) {