winevulkan: Tweak the wording of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
76d6151b73
commit
7e35f9e8d9
|
@ -576,7 +576,7 @@ class VkFunction(object):
|
||||||
|
|
||||||
Args
|
Args
|
||||||
prefix (str, optional): prefix to prepend to entry point name.
|
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 = ""
|
spec = ""
|
||||||
|
|
Loading…
Reference in New Issue