diff --git a/Source/Parsing/src/ca/uqac/lif/bullwinkle/BnfParser.java b/Source/Parsing/src/ca/uqac/lif/bullwinkle/BnfParser.java old mode 100644 new mode 100755 index a2a2204..4bff519 --- a/Source/Parsing/src/ca/uqac/lif/bullwinkle/BnfParser.java +++ b/Source/Parsing/src/ca/uqac/lif/bullwinkle/BnfParser.java @@ -369,7 +369,7 @@ public void setStartRule(final String tokenName) /** * Sets the start rule to be used for the parsing - * @param tokenName The non-terminal to be used. It must + * @param token The non-terminal to be used. It must * be defined in the grammar, otherwise a NullPointerException * will be thrown when attempting to parse a string. */