| Index: src/bignum-dtoa.cc
|
| ===================================================================
|
| --- src/bignum-dtoa.cc (revision 14601)
|
| +++ src/bignum-dtoa.cc (working copy)
|
| @@ -263,7 +263,7 @@
|
|
|
| // Let v = numerator / denominator < 10.
|
| // Then we generate 'count' digits of d = x.xxxxx... (without the decimal point)
|
| -// from left to right. Once 'count' digits have been produced we decide wether
|
| +// from left to right. Once 'count' digits have been produced we decide whether
|
| // to round up or down. Remainders of exactly .5 round upwards. Numbers such
|
| // as 9.999999 propagate a carry all the way, and change the
|
| // exponent (decimal_point), when rounding upwards.
|
|
|