src/share/classes/com/sun/tools/javac/util/List.java

changeset 1755
ddb4a2bfcd82
parent 1550
1df20330f6bd
child 1759
05ec778794d0
     1.1 --- a/src/share/classes/com/sun/tools/javac/util/List.java	Tue May 14 13:55:35 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/util/List.java	Tue May 14 15:04:06 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -37,7 +37,7 @@
    1.11  /** A class for generic linked lists. Links are supposed to be
    1.12   *  immutable, the only exception being the incremental construction of
    1.13   *  lists via ListBuffers.  List is the main container class in
    1.14 - *  GJC. Most data structures and algorthms in GJC use lists rather
    1.15 + *  GJC. Most data structures and algorithms in GJC use lists rather
    1.16   *  than arrays.
    1.17   *
    1.18   *  <p>Lists are always trailed by a sentinel element, whose head and tail

mercurial