pan/mdg: fix comment
[mesa.git] / src / panfrost / midgard / midgard.h
index 04a7555150f99dca90038ef06ec181316ff8dc35..d93b845098b32f0ef086f36a697eebe0a6e5d743 100644 (file)
@@ -716,7 +716,7 @@ __attribute__((__packed__))
 
         unsigned mask : 4;
 
-        /* Intriguingly, textures can take an outmod just like textures. Int
+        /* Intriguingly, textures can take an outmod just like alu ops. Int
          * outmods are not supported as far as I can tell, so this is only
          * meaningful for float samplers */
         midgard_outmod_float outmod  : 2;