Commit f0e74961 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

msvcrt: Fix mistakes in comments.

parent 6defbd1b
...@@ -451,7 +451,7 @@ char* CDECL _Getdays(void) ...@@ -451,7 +451,7 @@ char* CDECL _Getdays(void)
#if _MSVCR_VER >= 110 #if _MSVCR_VER >= 110
/********************************************************************* /*********************************************************************
* _W_Getdays (MSVCR100.@) * _W_Getdays (MSVCR110.@)
*/ */
MSVCRT_wchar_t* CDECL _W_Getdays(void) MSVCRT_wchar_t* CDECL _W_Getdays(void)
{ {
...@@ -519,7 +519,7 @@ char* CDECL _Getmonths(void) ...@@ -519,7 +519,7 @@ char* CDECL _Getmonths(void)
#if _MSVCR_VER >= 110 #if _MSVCR_VER >= 110
/********************************************************************* /*********************************************************************
* _W_Getmonths (MSVCR100.@) * _W_Getmonths (MSVCR110.@)
*/ */
MSVCRT_wchar_t* CDECL _W_Getmonths(void) MSVCRT_wchar_t* CDECL _W_Getmonths(void)
{ {
......
...@@ -1040,7 +1040,7 @@ double CDECL MSVCRT__chgsign(double num) ...@@ -1040,7 +1040,7 @@ double CDECL MSVCRT__chgsign(double num)
} }
/********************************************************************* /*********************************************************************
* __control87_2 (MSVCRT.@) * __control87_2 (MSVCR80.@)
* *
* Not exported by native msvcrt, added in msvcr80. * Not exported by native msvcrt, added in msvcr80.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment