--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/Lexer.java 2019-12-20 15:41:19.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/Lexer.java 2019-12-20 15:41:19.000000000 +0000 @@ -60,7 +60,7 @@ Token prevToken(); /** - * Splits the current token in two and return the first (splitted) token. + * Splits the current token in two and return the first (split) token. * For instance {@literal '<<<'} is split into two tokens * {@literal '<'} and {@literal '<<'} respectively, * and the latter is returned.