From 8c188722d9e43a07a70ae333f7147d47c0651768 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 27 Dec 2019 12:07:45 -0500 Subject: [PATCH] pan/midgard: Fix minor typo Signed-off-by: Alyssa Rosenzweig Reported-by: Erik Faye-Lund --- src/panfrost/midgard/midgard_compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2