diff --git a/src/vulkan/runtime/vk_graphics_state.h b/src/vulkan/runtime/vk_graphics_state.h index 661b3213c07..3e8bb5fe37d 100644 --- a/src/vulkan/runtime/vk_graphics_state.h +++ b/src/vulkan/runtime/vk_graphics_state.h @@ -981,7 +981,7 @@ struct vk_graphics_pipeline_state { /** Fragment shading rate state */ const struct vk_fragment_shading_rate_state *fsr; - /** Multiesample state */ + /** Multisample state */ const struct vk_multisample_state *ms; /** Depth stencil state */