diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-12-27 12:07:45 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-12-27 12:07:45 -0500 |
commit | 8c188722d9e43a07a70ae333f7147d47c0651768 (patch) | |
tree | 842d333f5268535164fdd0817a32036db67d6310 /src/panfrost/midgard | |
parent | 563bd61feec39130c57c179ec8b6fb56f4518663 (diff) |
pan/midgard: Fix minor typo
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Reported-by: Erik Faye-Lund <[email protected]>
Diffstat (limited to 'src/panfrost/midgard')
-rw-r--r-- | src/panfrost/midgard/midgard_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |