--- jsr166/src/test/loops/MapLoops.java 2011/12/05 04:08:46 1.8 +++ jsr166/src/test/loops/MapLoops.java 2013/12/21 22:28:43 1.9 @@ -137,7 +137,7 @@ public class MapLoops { } int step() { - // random-walk around key positions, bunching accesses + // random-walk around key positions, bunching accesses int r = rng.next(); position += (r & 7) - 3; while (position >= key.length) position -= key.length;