Index: runtime/vm/object_reload.cc |
diff --git a/runtime/vm/object_reload.cc b/runtime/vm/object_reload.cc |
index a5998b9cd8429e1889f7d1a08013ed4161da68c6..181ff495e616e4087b71dd8f6b0aaa9bd354ee87 100644 |
--- a/runtime/vm/object_reload.cc |
+++ b/runtime/vm/object_reload.cc |
@@ -201,7 +201,7 @@ class EnumMapTraits { |
// This case is handled automatically. |
// 2) Enum values are reordered. |
// We pair old and new enums and the old enums 'become' the new ones so |
-// the ordering is always correct (i.e. enum indicies match slots in values |
+// the ordering is always correct (i.e. enum indices match slots in values |
// array) |
// 3) An existing enum value is removed. |
// Each enum class has a canonical 'deleted' enum sentinel instance. |
@@ -326,7 +326,7 @@ void Class::ReplaceEnum(const Class& old_enum) const { |
deleted_enum_sentinel); |
if (enums_deleted) { |
- // Map all deleted enums to the deleted enum senintel value. |
+ // Map all deleted enums to the deleted enum sentinel value. |
// TODO(johnmccutchan): Add this to the reload 'notices' list. |
VTIR_Print( |
"The following enum values were deleted from %s and will become the " |