diff -r b486794d160d -r 33abf479f202 src/share/classes/com/sun/source/tree/Tree.java --- a/src/share/classes/com/sun/source/tree/Tree.java Wed Nov 14 16:41:51 2012 -0800 +++ b/src/share/classes/com/sun/source/tree/Tree.java Wed Nov 14 17:23:10 2012 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2012, 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 @@ -610,7 +610,7 @@ * visitor pattern is used to implement operations on trees. * * @param result type of this operation. - * @param type of additonal data. + * @param type of additional data. */ R accept(TreeVisitor visitor, D data); }