Fix a few typos
[mesa.git] / src / gallium / drivers / vc4 / vc4_program.c
index ec649c9c43bd9efd7f12417cc33e82d620f83cc3..bf156f9b42d5dd09a554f4f516f674a072d8ec50 100644 (file)
@@ -1398,7 +1398,7 @@ emit_frag_end(struct vc4_compile *c)
                 }
 
                 /* Save the packed value for logic ops.  Can't reuse r4
-                 * becuase other things might smash it (like sRGB)
+                 * because other things might smash it (like sRGB)
                  */
                 packed_dst_color = qir_MOV(c, r4);
         }