From 809be974076863c19b8d7974e9f3cb8d33830500 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 13:56:32 +0200 Subject: [PATCH] docs: correct spelling of "implemented" Reviewed-by: Eric Engestrom Part-of: --- docs/vulkan/dispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vulkan/dispatch.rst b/docs/vulkan/dispatch.rst index 2603138029d..434fecfa6de 100644 --- a/docs/vulkan/dispatch.rst +++ b/docs/vulkan/dispatch.rst @@ -165,7 +165,7 @@ times if you want more than one table. It also generates an entrypoint table for each prefix and each dispatch level (instance, physical device, and device) which is populated using the driver's functions. Thanks to our use of weak function pointers (or something roughly equivalent for MSVC), -any entrypoints which are not implented will automatically show up as +any entrypoints which are not implemented will automatically show up as ``NULL`` entries in the table rather than resulting in linking errors. The above generates entrypoint tables because, thanks to aliasing and the C