[PATCH] msvcrt: Fix mistakes in comments

Alex Henrie alexhenrie24 at gmail.com
Wed Jan 10 00:21:46 CST 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 c37989d770..088e1b784b 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 89400f833c..9b480117fc 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.
  */
-- 
2.15.1




More information about the wine-devel mailing list