ucrtbase: Fix the function name in a comment.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Martin Storsjo 2015-11-02 12:08:35 +02:00 committed by Alexandre Julliard
parent 4e2d25c7cd
commit 2a74c9a8ed
1 changed files with 1 additions and 1 deletions

View File

@ -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 )