Index: runtime/lib/object_patch.dart |
=================================================================== |
--- runtime/lib/object_patch.dart (revision 31568) |
+++ runtime/lib/object_patch.dart (working copy) |
@@ -4,7 +4,7 @@ |
patch class Object { |
- // The VM has it's own implemention of equals. |
+ // The VM has its own implementation of equals. |
bool operator ==(other) native "Object_equals"; |
// Helpers used to implement hashCode. If a hashCode is used, we remember it |