From 788d1b5a67b2dcddba6645bb190a5824d5fc3383 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 25 Jun 2024 10:23:05 +0200 Subject: [PATCH] vulkan/runtime: abreviation -> abbreviation Acked-By: Mike Blumenkrantz Part-of: --- src/vulkan/runtime/vk_graphics_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/runtime/vk_graphics_state.h b/src/vulkan/runtime/vk_graphics_state.h index ab96584b677..661b3213c07 100644 --- a/src/vulkan/runtime/vk_graphics_state.h +++ b/src/vulkan/runtime/vk_graphics_state.h @@ -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.