Module: wine
Branch: master
Commit: 8b86f185115e1b1b7c9f898a191ef52099618364
URL: https://source.winehq.org/git/wine.git/?a=commit;h=8b86f185115e1b1b7c9f898a…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Fri Dec 13 00:13:16 2019 +0100
winevulkan: Fix the spelling of a make_vulkan comment.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winevulkan/make_vulkan | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan
index b8335ca3ad..f9b1e1cf96 100755
--- a/dlls/winevulkan/make_vulkan
+++ b/dlls/winevulkan/make_vulkan
@@ -235,7 +235,7 @@ class VkBaseType(object):
Args:
name (:obj:'str'): Name of the base type.
- _type (:obj:'str'): Underlaying type
+ _type (:obj:'str'): Underlying type
alias (bool): type is an alias or not.
requires (:obj:'str', optional): Other types required.
Often bitmask values pull in a *FlagBits type.