| Index: runtime/third_party/double-conversion/src/bignum-dtoa.cc
|
| diff --git a/runtime/third_party/double-conversion/src/bignum-dtoa.cc b/runtime/third_party/double-conversion/src/bignum-dtoa.cc
|
| index 7abfb599354e134fe471d849fd15f20faebe4314..2b88ba9d0c4a9125ff65a69c2c1f52f4c4a5546a 100644
|
| --- a/runtime/third_party/double-conversion/src/bignum-dtoa.cc
|
| +++ b/runtime/third_party/double-conversion/src/bignum-dtoa.cc
|
| @@ -548,7 +548,7 @@ static void InitialScaledStartValuesNegativeExponentNegativePower(
|
| //
|
| // Let ep == estimated_power, then the returned values will satisfy:
|
| // v / 10^ep = numerator / denominator.
|
| -// v's boundarys m- and m+:
|
| +// v's boundaries m- and m+:
|
| // m- / 10^ep == v / 10^ep - delta_minus / denominator
|
| // m+ / 10^ep == v / 10^ep + delta_plus / denominator
|
| // Or in other words:
|
|
|