From fbeabe5c674c332929cd82e569652f43e31c7a4e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 14:57:20 +0200 Subject: [PATCH] docs: correct spelling of "implementation" Reviewed-by: Eric Engestrom Part-of: --- docs/vulkan/renderpass.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vulkan/renderpass.rst b/docs/vulkan/renderpass.rst index 4d853b04027..10d38680f37 100644 --- a/docs/vulkan/renderpass.rst +++ b/docs/vulkan/renderpass.rst @@ -51,7 +51,7 @@ We also provide a no-op implementation of :cpp:func:`vkGetRenderAreaGranularity` which returns a render area granularity of 1x1. -Drivers which wish to use the common render pass imlementation in this way +Drivers which wish to use the common render pass implementation in this way **must** also support a Mesa-specific pseudo-extension which optionally provides an initial image layout for each attachment at :cpp:func:`vkCmdBeginRendering` time. This is required for us to combine