| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 269e0e0b5c5e3f6dd8860a41fb932c5a589b7281..2c2287fc5548bd05595cc92451bbc31bc2380c4b 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -19725,7 +19725,7 @@ static double Uint64ToDouble(uint64_t x) {
|
| //
|
| // which results in a different rounding.
|
| //
|
| - // For consistency between platforms fallback to GCC style converstion
|
| + // For consistency between platforms fallback to GCC style conversion
|
| // on Win64.
|
| //
|
| const int64_t y = static_cast<int64_t>(x);
|
|
|