--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/06/19 17:08:59 1.105 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2013/06/19 17:11:57 1.106 @@ -2751,7 +2751,7 @@ public class ConcurrentHashMapV8 * that are accessible independently of lock. So instead we * swap the tree linkages. * - * @return true if now too small so should be untreeified. + * @return true if now too small, so should be untreeified */ final boolean removeTreeNode(TreeNode p) { TreeNode next = (TreeNode)p.next;