Index: third_party/WebKit/Source/wtf/dtoa.cpp |
diff --git a/third_party/WebKit/Source/wtf/dtoa.cpp b/third_party/WebKit/Source/wtf/dtoa.cpp |
index c831e2204fd7f0efc8bcf7566eab1e18da744344..9a7e29e7f885f4d2ae9328815ba9379bbc47e8fe 100644 |
--- a/third_party/WebKit/Source/wtf/dtoa.cpp |
+++ b/third_party/WebKit/Source/wtf/dtoa.cpp |
@@ -1247,7 +1247,7 @@ static inline const char* formatStringTruncatingTrailingZerosIfNeeded(NumberToSt |
break; |
} |
- // No decimal seperator found, early exit. |
+ // No decimal separator found, early exit. |
if (decimalPointPosition == length) |
return builder.Finalize(); |