[PATCH] winevulkan: Fix the spelling of a make_vulkan comment.

Francois Gouget fgouget at free.fr
Thu Dec 12 17:13:16 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 b8335ca3ad6..f9b1e1cf961 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.
-- 
2.20.1




More information about the wine-devel mailing list