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:
parent
a41519d2a3
commit
2b8bfcc79a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue