--- jsr166/src/jsr166y/package-info.java 2009/07/21 00:15:14 1.4 +++ jsr166/src/jsr166y/package-info.java 2009/08/02 17:02:06 1.5 @@ -15,7 +15,7 @@ * Threads. However, when applicable, they typically provide * significantly greater performance on multiprocessor platforms. * - *

Candidates for fork/join processing mainly include those that + *

Candidates for fork/join processing mainly include those that * can be expressed using parallel divide-and-conquer techniques: To * solve a problem, break it in two (or more) parts, and then solve * those parts in parallel, continuing on in this way until the