summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost/pan_resource.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@freedesktop.org>2021-01-08 18:39:38 -0800
committerMarge Bot <eric+marge@anholt.net>2021-01-14 01:17:55 +0000
commitaa3dfcd803183d34373e48bff795a39e6a6fc868 (patch)
tree382a3b32c6148858f8d85a2ea30daf057662648d /src/gallium/drivers/panfrost/pan_resource.h
parent179e549995136b47e0adcda06cffb1db936124fb (diff)
downloadmesa-aa3dfcd803183d34373e48bff795a39e6a6fc868.tar.gz
panfrost: Fix typos.
Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8400>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_resource.h')
-rw-r--r--src/gallium/drivers/panfrost/pan_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/pan_resource.h b/src/gallium/drivers/panfrost/pan_resource.h
index fa2d89039c7..a7d8265d560 100644
--- a/src/gallium/drivers/panfrost/pan_resource.h
+++ b/src/gallium/drivers/panfrost/pan_resource.h
@@ -58,7 +58,7 @@ struct panfrost_resource {
/* Whether the modifier can be changed */
bool modifier_constant;
- /* Is transaciton elimination enabled? */
+ /* Is transaction elimination enabled? */
bool checksummed;
/* The CRC BO can be allocated separately */