Alex Henrie : msvcrt: Fix mistakes in comments.

Alexandre Julliard julliard at winehq.org
Wed Jan 10 17:06:29 CST 2018


Module: wine
Branch: master
Commit: f0e74961e1da1cb601064555f3218675ee06dc60
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f0e74961e1da1cb601064555f3218675ee06dc60

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Jan  9 23:21:46 2018 -0700

msvcrt: Fix mistakes in comments.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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.
  */




More information about the wine-cvs mailing list