Martin Storsjo : ucrtbase: Fix the function name in a comment.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 2 09:47:15 CST 2015


Module: wine
Branch: master
Commit: 2a74c9a8eda818c1245a4a245d4d087e46d28fac
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2a74c9a8eda818c1245a4a245d4d087e46d28fac

Author: Martin Storsjo <martin at martin.st>
Date:   Mon Nov  2 12:08:35 2015 +0200

ucrtbase: Fix the function name in a comment.

Signed-off-by: Martin Storsjo <martin at martin.st>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 )




More information about the wine-cvs mailing list