Index: sdk/lib/collection/linked_hash_map.dart |
diff --git a/sdk/lib/collection/linked_hash_map.dart b/sdk/lib/collection/linked_hash_map.dart |
index 4ace5890c4429bdac5c96bb092ced35f32709e9e..bda5f2ac456cf8da9bc7186989299448514ab80f 100644 |
--- a/sdk/lib/collection/linked_hash_map.dart |
+++ b/sdk/lib/collection/linked_hash_map.dart |
@@ -10,7 +10,7 @@ part of dart.collection; |
* Keys insertion order is remembered, and keys are iterated in insertion order. |
* Values are iterated in their corresponding key's order. |
* |
- * The keys of a `HashMap` must have consistent [Object.operator==] |
+ * The keys of a `LinkedHashMap` must have consistent [Object.operator==] |
* and [Object.hashCode] implementations. This means that the `==` operator |
* must define a stable equivalence relation on the keys (reflexive, |
* anti-symmetric, transitive, and consistent over time), and that `hashCode` |