summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_util.h
diff options
context:
space:
mode:
authorHarri Nieminen <moiman@posteo.net>2023-04-12 07:10:19 +0300
committerMarge Bot <emma+marge@anholt.net>2023-04-13 23:08:22 +0000
commitaea48a4ff17cb9a5e5120f8cbf0c508f0287d16b (patch)
treed784c72908615e2419b821044367383c65dffa5c /src/amd/compiler/aco_util.h
parent1aab6820fb50b3115bb8e56018323051914b5f7c (diff)
downloadmesa-aea48a4ff17cb9a5e5120f8cbf0c508f0287d16b.tar.gz
amd: fix typos
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22432>
Diffstat (limited to 'src/amd/compiler/aco_util.h')
-rw-r--r--src/amd/compiler/aco_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/compiler/aco_util.h b/src/amd/compiler/aco_util.h
index ce29c0f7ac8..5f9630f2dd1 100644
--- a/src/amd/compiler/aco_util.h
+++ b/src/amd/compiler/aco_util.h
@@ -459,7 +459,7 @@ public:
free(buffer);
}
- /* Delete copy-constructor and -assigment to avoid double free() */
+ /* Delete copy-constructor and -assignment to avoid double free() */
monotonic_buffer_resource(const monotonic_buffer_resource&) = delete;
monotonic_buffer_resource& operator=(const monotonic_buffer_resource&) = delete;