Fix typo from @philiptaylor.

This commit is contained in:
Jon Leech 2016-03-01 02:45:37 -08:00
parent 2400fc7973
commit 601950b358
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ typedef struct VkSomeDataEXT;
Enumeration or constant token names are constructed by following the token Enumeration or constant token names are constructed by following the token
name with `_` and the author prefix, so a non-Khronos extension could expose name with `_` and the author prefix, so a non-Khronos extension could expose
this enumerantion: this enumeration:
["source","{basebackend@docbook:c++:cpp}",title=""] ["source","{basebackend@docbook:c++:cpp}",title=""]
------------------------------------------------------------------------------ ------------------------------------------------------------------------------

View File

@ -282,7 +282,7 @@ following table:
something that should be rendered like a structure name, something that should be rendered like a structure name,
but is not actually one (e.g. is a wildcard or subset of but is not actually one (e.g. is a wildcard or subset of
an actual structure name). 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. name and links to the definition of that enumeration type.
Example: ename{cl}VkResult -> ename:VkResult. Example: ename{cl}VkResult -> ename:VkResult.
| ename{cl} | Formats the macro argument as a Vulkan enumerant name. | ename{cl} | Formats the macro argument as a Vulkan enumerant name.