| Index: runtime/lib/object_patch.dart
|
| diff --git a/runtime/lib/object_patch.dart b/runtime/lib/object_patch.dart
|
| index ed77013fd67b36d1744a66cb470f702acb531624..4c429e42bc92fcd406c711357b2b04bafcd30b08 100644
|
| --- a/runtime/lib/object_patch.dart
|
| +++ b/runtime/lib/object_patch.dart
|
| @@ -16,7 +16,7 @@ class Object {
|
| // bit). A new hashCode value is calculated using a random number generator.
|
| static final _hashCodeRnd = new Random();
|
|
|
| - // Shared static implentation for hashCode and _identityHashCode.
|
| + // Shared static implementation for hashCode and _identityHashCode.
|
| static int _objectHashCode(obj) {
|
| var result = _getHash(obj);
|
| if (result == 0) {
|
|
|