Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(743)

Unified Diff: runtime/third_party/double-conversion/src/bignum-dtoa.cc

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « runtime/third_party/binary_size/src/template/D3SymbolTreeMap.js ('k') | runtime/third_party/double-conversion/src/strtod.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698