--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2015/07/27 03:06:08 1.34 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2015/09/03 22:54:46 1.35 @@ -1728,7 +1728,7 @@ public class ConcurrentSkipListMap * distinct because readObject calls can't be nicely adapted * as the kind of iterator needed by buildFromSorted. (They * can be, but doing so requires type cheats and/or creation - * of adaptor classes.) It is simpler to just adapt the code. + * of adapter classes.) It is simpler to just adapt the code. */ HeadIndex h = head;