diff --git a/dlls/msvcrt/locale.c b/dlls/msvcrt/locale.c index b216838a175..c60b80d4274 100644 --- a/dlls/msvcrt/locale.c +++ b/dlls/msvcrt/locale.c @@ -462,7 +462,7 @@ char* CDECL MSVCRT_setlocale(int category, const char* locale) } /********************************************************************* - * setlocale (MSVCRT.@) + * wsetlocale (MSVCRT.@) */ MSVCRT_wchar_t* CDECL MSVCRT__wsetlocale(int category, const MSVCRT_wchar_t* locale) {