--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2004/12/21 17:27:44 1.5 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2005/03/01 12:48:27 1.6 @@ -266,7 +266,7 @@ public class ConcurrentSkipListMap * For explanation of algorithms sharing at least a couple of * features with this one, see Mikhail Fomitchev's thesis * (http://www.cs.yorku.ca/~mikhail/), Keir Fraser's thesis - * (http://www.cl.cam.ac.uk/users/kaf24/), and Håkan Sundell's + * (http://www.cl.cam.ac.uk/users/kaf24/), and Hakan Sundell's * thesis (http://www.cs.chalmers.se/~phs/). * * Given the use of tree-like index nodes, you might wonder why