--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java 2019-12-20 15:41:19.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java 2019-12-20 15:41:18.000000000 +0000 @@ -392,7 +392,7 @@ return reader.ch == CR && reader.peekChar() == LF; } - /** Count and skip repeated occurances of the specified character. + /** Count and skip repeated occurrences of the specified character. */ private int countChar(char ch, int max) { int count = 0;