| Index: runtime/vm/cpu_arm.cc
|
| diff --git a/runtime/vm/cpu_arm.cc b/runtime/vm/cpu_arm.cc
|
| index 9ab9adf272b93224aeb8af7f4c4ec12bbd3dd665..7a55c0f4423ca5dfaa46383a9aab95719ed1b11b 100644
|
| --- a/runtime/vm/cpu_arm.cc
|
| +++ b/runtime/vm/cpu_arm.cc
|
| @@ -148,7 +148,7 @@ void HostCPUFeatures::InitOnce() {
|
| // When the VM is targetted to ARMv7, pretend that the CPU is ARMv7 even if
|
| // the CPU is actually AArch64.
|
| arm_version_ = ARMv7;
|
| - // Always assume we have floating point unit since we dont support ARMv6 in
|
| + // Always assume we have floating point unit since we don't support ARMv6 in
|
| // this path.
|
| vfp_supported_ = FLAG_use_vfp;
|
| integer_division_supported_ = FLAG_use_integer_division;
|
|
|