Commit 2b8bfcc7 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

msvcp90: Fix a typo in comment.

parent a41519d2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment