Index: pkg/compiler/lib/src/serialization/values.dart |
diff --git a/pkg/compiler/lib/src/serialization/values.dart b/pkg/compiler/lib/src/serialization/values.dart |
index cebbe18315ca95c733269521b46439c3996afa64..e0c712b93f91ff8272aead81e0d1a1fe573d73b3 100644 |
--- a/pkg/compiler/lib/src/serialization/values.dart |
+++ b/pkg/compiler/lib/src/serialization/values.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-/// Class hiarchy for semantic wrapping of serializable values. |
+/// Class hierarchy for semantic wrapping of serializable values. |
library dart2js.serialization.values; |
@@ -32,7 +32,7 @@ import 'keys.dart'; |
/// The distinction between map and object values is chosen to provide a more |
/// robust and checkable implementation of the latter; since the keys are drawn |
/// from a fixed typed set of values, consistency between serialization and |
-/// deserialization is easierly maintained. |
+/// deserialization is more easily maintained. |
abstract class Value { |
accept(ValueVisitor visitor, arg); |
} |