From: Alyssa Rosenzweig Date: Fri, 27 Dec 2019 17:07:45 +0000 (-0500) Subject: pan/midgard: Fix minor typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c188722d9e43a07a70ae333f7147d47c0651768;p=mesa.git pan/midgard: Fix minor typo Signed-off-by: Alyssa Rosenzweig Reported-by: Erik Faye-Lund --- diff --git a/src/panfrost/midgard/midgard_compile.h b/src/panfrost/midgard/midgard_compile.h index 2442ddf69fb..60954664664 100644 --- a/src/panfrost/midgard/midgard_compile.h +++ b/src/panfrost/midgard/midgard_compile.h @@ -57,7 +57,7 @@ enum { #define PAN_SYSVAL_ID_TO_TXS_DIM(id) (((id) >> 7) & 0x3) #define PAN_SYSVAL_ID_TO_TXS_IS_ARRAY(id) !!((id) & (1 << 9)) -/* Special attribute slots for vertex builtings. Sort of arbitrary but let's be +/* Special attribute slots for vertex builtins. Sort of arbitrary but let's be * consistent with the blob so we can compare traces easier. */ enum {