msvcp90: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Tue May 17 05:25:09 CDT 2016


-------------- next part --------------
From 741556ac7caa05e76c8a9b4f1f106f0c0f68dc66 Mon Sep 17 00:00:00 2001
Message-Id: <741556ac7caa05e76c8a9b4f1f106f0c0f68dc66.1463480626.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Tue, 17 May 2016 13:23:26 +0300
Subject: [PATCH] msvcp90: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/msvcp90/locale.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c
index 06b2ca1..96f2221 100644
--- a/dlls/msvcp90/locale.c
+++ b/dlls/msvcp90/locale.c
@@ -6311,7 +6311,7 @@ num_get* num_get_char_use_facet(const locale *loc)
  * Updates first so it points past the number, all digits are skipped.
  * Returns how exponent needs to changed.
  * Size of dest buffer is not specified, assuming it's not smaller than 32:
- * strlen(+0.e+) + 22(digits) + 4(expontent) + 1(nullbyte)
+ * strlen(+0.e+) + 22(digits) + 4(exponent) + 1(nullbyte)
  */
 int __cdecl num_get_char__Getffld(const num_get *this, char *dest, istreambuf_iterator_char *first,
         istreambuf_iterator_char *last, const locale *loc)
-- 
2.5.5



More information about the wine-patches mailing list