From 601950b3586393a07839b8228bd161b28008ca0e Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Tue, 1 Mar 2016 02:45:37 -0800 Subject: [PATCH] Fix typo from @philiptaylor. --- doc/specs/vulkan/appendices/extensions.txt | 2 +- doc/specs/vulkan/style/styleguide.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/specs/vulkan/appendices/extensions.txt b/doc/specs/vulkan/appendices/extensions.txt index 4e5a2f24..57a8bb8a 100644 --- a/doc/specs/vulkan/appendices/extensions.txt +++ b/doc/specs/vulkan/appendices/extensions.txt @@ -164,7 +164,7 @@ typedef struct VkSomeDataEXT; Enumeration or constant token names are constructed by following the token name with `_` and the author prefix, so a non-Khronos extension could expose -this enumerantion: +this enumeration: ["source","{basebackend@docbook:c++:cpp}",title=""] ------------------------------------------------------------------------------ diff --git a/doc/specs/vulkan/style/styleguide.txt b/doc/specs/vulkan/style/styleguide.txt index d6768c85..1c9a9198 100644 --- a/doc/specs/vulkan/style/styleguide.txt +++ b/doc/specs/vulkan/style/styleguide.txt @@ -282,7 +282,7 @@ following table: something that should be rendered like a structure name, but is not actually one (e.g. is a wildcard or subset of an actual structure name). -| elink{cl} | Formats the macro argument as a Vulkan enumerantion +| elink{cl} | Formats the macro argument as a Vulkan enumeration name and links to the definition of that enumeration type. Example: ename{cl}VkResult -> ename:VkResult. | ename{cl} | Formats the macro argument as a Vulkan enumerant name.