< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/parser/Lexer.java

Print this page

        

@@ -58,11 +58,11 @@
      * Return the last character position of the previous token.
      */
     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.
      */
     Token split();
< prev index next >