--- jsr166/src/jsr166y/LinkedTransferQueue.java 2010/08/17 18:30:33 1.73 +++ jsr166/src/jsr166y/LinkedTransferQueue.java 2010/09/01 21:43:08 1.74 @@ -322,7 +322,7 @@ public class LinkedTransferQueue exte * situations in which we cannot guarantee to make node s * unreachable in this way: (1) If s is the trailing node of list * (i.e., with null next), then it is pinned as the target node - * for appends, so can only be removed later when other nodes are + * for appends, so can only be removed later after other nodes are * appended. (2) We cannot necessarily unlink s given a * predecessor node that is matched (including the case of being * cancelled): the predecessor may already be unspliced, in which