vulkan/runtime: abreviation -> abbreviation

Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29890>
This commit is contained in:
Erik Faye-Lund
2024-06-25 10:23:05 +02:00
committed by Marge Bot
parent 947446ade7
commit 788d1b5a67
+1 -1
View File
@@ -40,7 +40,7 @@ struct vk_device;
/** Enumeration of all Vulkan dynamic graphics states
*
* Enumerants are named with both the abreviation of the state group to which
* Enumerants are named with both the abbreviation of the state group to which
* the state belongs as well as the name of the state itself. These are
* intended to pretty closely match the VkDynamicState enum but may not match
* perfectly all the time.