| Index: runtime/vm/class_finalizer.h
|
| diff --git a/runtime/vm/class_finalizer.h b/runtime/vm/class_finalizer.h
|
| index be4c98755d1ab5b65096e2fea62c811af35574a0..55154047ee0b5a126576409feadab733364974cc 100644
|
| --- a/runtime/vm/class_finalizer.h
|
| +++ b/runtime/vm/class_finalizer.h
|
| @@ -80,7 +80,7 @@ class ClassFinalizer : public AllStatic {
|
|
|
| // Return whether processing pending classes (ObjectStore::pending_classes_)
|
| // failed. The function returns true if the processing was successful.
|
| - // If processin fails, an error message is set in the sticky error field
|
| + // If processing fails, an error message is set in the sticky error field
|
| // in the object store.
|
| static bool ProcessPendingClasses();
|
|
|
|
|