docs: correct spelling of "passes"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 20 Oct 2022 09:53:56 +0000 (11:53 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:44 +0000 (10:06 +0000)
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/vulkan/renderpass.rst

index 514ea2b..44d250c 100644 (file)
@@ -38,7 +38,7 @@ VK_KHR_dynamic_rendering
 ------------------------
 
 For drivers which don't need to do subpass combining, it is recommended
-that they skip implementing render passess entirely and implement
+that they skip implementing render passes entirely and implement
 VK_KHR_dynamic_rendering instead.  If they choose to do so, the runtime
 will provide the following, implemented in terms of
 :cpp:func:`vkCmdBeginRendering` and :cpp:func:`vkCmdEndRendering`: