--- jsr166/src/main/java/util/AbstractMap.java 2005/04/27 01:39:03 1.7 +++ jsr166/src/main/java/util/AbstractMap.java 2005/04/27 07:13:50 1.8 @@ -477,7 +477,7 @@ public abstract class AbstractMap i * * This implementation first checks if the specified object is this map; * if so it returns true. Then, it checks if the specified - * object is a map whose size is identical to the size of this set; if + * object is a map whose size is identical to the size of this map; if * not, it returns false. If so, it iterates over this map's * entrySet collection, and checks that the specified map * contains each mapping that this map contains. If the specified map