[PATCH 01/10] ucrtbase: Fix the function name in a comment

Martin Storsjo martin at martin.st
Mon Nov 2 04:08:35 CST 2015


Signed-off-by: Martin Storsjo <martin at martin.st>
---
 dlls/msvcrt/wcs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcrt/wcs.c b/dlls/msvcrt/wcs.c
index d3114c6..321e4df 100644
--- a/dlls/msvcrt/wcs.c
+++ b/dlls/msvcrt/wcs.c
@@ -1161,7 +1161,7 @@ static int puts_clbk_str_c99_w(void *ctx, int len, const MSVCRT_wchar_t *str)
 }
 
 /*********************************************************************
- *		__stdio_common_vsprintf (MSVCRT.@)
+ *		__stdio_common_vswprintf (MSVCRT.@)
  */
 int CDECL MSVCRT__stdio_common_vswprintf( unsigned __int64 options, MSVCRT_wchar_t *str, MSVCRT_size_t len, const MSVCRT_wchar_t *format,
                                           MSVCRT__locale_t locale, __ms_va_list valist )
-- 
1.8.1.2




More information about the wine-patches mailing list