diff options
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_program.c')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_program.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_program.c b/src/gallium/drivers/vc4/vc4_program.c index ec649c9c43b..bf156f9b42d 100644 --- a/src/gallium/drivers/vc4/vc4_program.c +++ b/src/gallium/drivers/vc4/vc4_program.c @@ -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); } |