Index: runtime/observatory/lib/src/service/object.dart |
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart |
index 0e941b9f633e0119a89157a42addcdec0152ac86..f232986c91c2370518ba89ccfbb7b77279dffa08 100644 |
--- a/runtime/observatory/lib/src/service/object.dart |
+++ b/runtime/observatory/lib/src/service/object.dart |
@@ -330,7 +330,7 @@ abstract class ServiceObject { |
/// an exception. |
Future<ServiceObject> reload({int count: kDefaultFieldLimit}) { |
// TODO(turnidge): Checking for a null id should be part of the |
- // "immmutable" check. |
+ // "immutable" check. |
bool hasId = (id != null) && (id != ''); |
bool isVM = this is VM; |
// We should always reload the VM. |