summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_entrypoints_gen.py
diff options
context:
space:
mode:
authorGrazvydas Ignotas <[email protected]>2018-05-10 00:26:21 +0300
committerGrazvydas Ignotas <[email protected]>2018-05-10 11:50:46 +0300
commit4fdce205dd1f5ca42c6e45ff7b0b8c2f870638ba (patch)
treed7f94b3105656ab63751885660695507b58820f4 /src/amd/vulkan/radv_entrypoints_gen.py
parentf6606830271192dc0232b54b776ec263235c0688 (diff)
radv: assorted typo fixes
Trivial. Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_entrypoints_gen.py')
-rw-r--r--src/amd/vulkan/radv_entrypoints_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_entrypoints_gen.py b/src/amd/vulkan/radv_entrypoints_gen.py
index 892491e6c30..a2011429869 100644
--- a/src/amd/vulkan/radv_entrypoints_gen.py
+++ b/src/amd/vulkan/radv_entrypoints_gen.py
@@ -116,7 +116,7 @@ struct string_map_entry {
uint32_t num;
};
-/* We use a big string constant to avoid lots of reloctions from the entry
+/* We use a big string constant to avoid lots of relocations from the entry
* point table to lots of little strings. The entries in the entry point table
* store the index into this big string.
*/