diff -r 0384683c64be -r ddb4a2bfcd82 src/share/classes/com/sun/tools/javac/util/List.java --- a/src/share/classes/com/sun/tools/javac/util/List.java Tue May 14 13:55:35 2013 -0700 +++ b/src/share/classes/com/sun/tools/javac/util/List.java Tue May 14 15:04:06 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -37,7 +37,7 @@ /** A class for generic linked lists. Links are supposed to be * immutable, the only exception being the incremental construction of * lists via ListBuffers. List is the main container class in - * GJC. Most data structures and algorthms in GJC use lists rather + * GJC. Most data structures and algorithms in GJC use lists rather * than arrays. * *

Lists are always trailed by a sentinel element, whose head and tail