the parser is no longer static
[phpeclipse.git] / net.sourceforge.phpeclipse / src / test / TokenMgrError.java
index a52959c..64cc02b 100644 (file)
@@ -90,7 +90,7 @@ public class TokenMgrError extends Error
     *    curLexState : lexical state in which this error occured
     *    errorLine   : line number when the error occured
     *    errorColumn : column number when the error occured
-    *    errorAfter  : functionName that was seen before this error occured
+    *    errorAfter  : prefix that was seen before this error occured
     *    curchar     : the offending character
     * Note: You can customize the lexical error message by modifying this method.
     */