| Index: runtime/vm/precompiler.cc
|
| diff --git a/runtime/vm/precompiler.cc b/runtime/vm/precompiler.cc
|
| index f7b46ed0a6d64fc531b86d3f467ea78c10f60023..c6665a4d3b36368e96eeea57aa931413573df887 100644
|
| --- a/runtime/vm/precompiler.cc
|
| +++ b/runtime/vm/precompiler.cc
|
| @@ -1209,7 +1209,7 @@ RawFunction* Precompiler::CompileStaticInitializer(const Field& field,
|
| Zone* zone = stack_zone.GetZone();
|
|
|
| ParsedFunction* parsed_function;
|
| - // Check if this field is comming from the Kernel binary.
|
| + // Check if this field is coming from the Kernel binary.
|
| if (field.kernel_field() != NULL) {
|
| parsed_function = kernel::ParseStaticFieldInitializer(zone, field);
|
| } else {
|
|
|