Alex Henrie : msvcrt: Fix mistakes in comments.
Module: wine Branch: master Commit: f0e74961e1da1cb601064555f3218675ee06dc60 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f0e74961e1da1cb601064555f... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Jan 9 23:21:46 2018 -0700 msvcrt: Fix mistakes in comments. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msvcrt/locale.c | 4 ++-- dlls/msvcrt/math.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/msvcrt/locale.c b/dlls/msvcrt/locale.c index c37989d..088e1b7 100644 --- a/dlls/msvcrt/locale.c +++ b/dlls/msvcrt/locale.c @@ -451,7 +451,7 @@ char* CDECL _Getdays(void) #if _MSVCR_VER >= 110 /********************************************************************* - * _W_Getdays (MSVCR100.@) + * _W_Getdays (MSVCR110.@) */ MSVCRT_wchar_t* CDECL _W_Getdays(void) { @@ -519,7 +519,7 @@ char* CDECL _Getmonths(void) #if _MSVCR_VER >= 110 /********************************************************************* - * _W_Getmonths (MSVCR100.@) + * _W_Getmonths (MSVCR110.@) */ MSVCRT_wchar_t* CDECL _W_Getmonths(void) { diff --git a/dlls/msvcrt/math.c b/dlls/msvcrt/math.c index 89400f8..9b48011 100644 --- a/dlls/msvcrt/math.c +++ b/dlls/msvcrt/math.c @@ -1040,7 +1040,7 @@ double CDECL MSVCRT__chgsign(double num) } /********************************************************************* - * __control87_2 (MSVCRT.@) + * __control87_2 (MSVCR80.@) * * Not exported by native msvcrt, added in msvcr80. */
participants (1)
-
Alexandre Julliard