--- jsr166/src/main/java/util/LinkedList.java 2003/09/12 15:38:26 1.7 +++ jsr166/src/main/java/util/LinkedList.java 2003/09/26 11:37:06 1.8 @@ -25,7 +25,7 @@ package java.util; * * All of the operations perform as could be expected for a doubly-linked * list. Operations that index into the list will traverse the list from - * the begining or the end, whichever is closer to the specified index.

+ * the beginning or the end, whichever is closer to the specified index.

* * Note that this implementation is not synchronized. If multiple * threads access a list concurrently, and at least one of the threads