--- jsr166/src/main/java/util/AbstractMap.java 2005/03/06 12:06:17 1.2 +++ jsr166/src/main/java/util/AbstractMap.java 2005/03/07 16:41:52 1.3 @@ -629,7 +629,7 @@ public abstract class AbstractMap i // Implementation Note: SimpleEntry and SimpleImmutableEntry // are distinct unrelated classes, even though they share // some code. Since you can't add or subtract final-ness - // of a field in a subclass, they can't share represenations, + // of a field in a subclass, they can't share representations, // and the amount of duplicated code is too small to warrant // exposing a common abstract class.