--- jsr166/src/jsr166x/Deque.java 2010/09/07 06:03:19 1.8 +++ jsr166/src/jsr166x/Deque.java 2010/09/07 06:05:17 1.9 @@ -25,8 +25,8 @@ import java.util.*; // XXX This impor * Deque implementations; in most implementations, insert * operations cannot fail. * - *

The twelve methods described above are are summarized in the - * follwoing table:

+ *

The twelve methods described above are summarized in the + * following table:

* * *