msvcp90: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-05-17 13:23:26 +03:00 committed by Alexandre Julliard
parent a41519d2a3
commit 2b8bfcc79a
1 changed files with 1 additions and 1 deletions

View File

@ -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)