Module: wine Branch: master Commit: 7e35f9e8d93e5ec28ac94634b07128d85ed7781c URL: https://source.winehq.org/git/wine.git/?a=commit;h=7e35f9e8d93e5ec28ac94634b...
Author: Francois Gouget fgouget@free.fr Date: Wed Apr 18 03:23:01 2018 +0200
winevulkan: Tweak the wording of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@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 7d84cfb..f0583b4 100755 --- a/dlls/winevulkan/make_vulkan +++ b/dlls/winevulkan/make_vulkan @@ -576,7 +576,7 @@ class VkFunction(object):
Args prefix (str, optional): prefix to prepend to entry point name. - symbol (str, optional): allows to override function name implementing entry point. + symbol (str, optional): allows overriding the name of the function implementing the entry point. """
spec = ""