diff -r 94870c08391c -r ed918a442b83 src/share/classes/com/sun/source/util/SourcePositions.java --- a/src/share/classes/com/sun/source/util/SourcePositions.java Wed Apr 17 10:31:01 2013 -0700 +++ b/src/share/classes/com/sun/source/util/SourcePositions.java Wed Apr 17 15:54:24 2013 +0200 @@ -59,7 +59,7 @@ /** * Gets the ending position of tree within file. If tree is not found within - * file, or if the starting position is not available, + * file, or if the ending position is not available, * return {@link javax.tools.Diagnostic#NOPOS}. * The returned position must be at the end of the yield of this tree, * that is for any sub-tree of this tree, the following must hold: