wording fix
This commit is contained in:
parent
5edb4b41be
commit
24ed1bec53
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ static void collect_geneps(HCFGrammar *g)
|
|||
if(symbol->type != HCF_CHOICE)
|
||||
continue;
|
||||
|
||||
// this NT derives epsilon iff any of its productions does.
|
||||
// this NT derives epsilon if any of its productions does.
|
||||
HCFSequence **p;
|
||||
for(p = symbol->seq; *p != NULL; p++) {
|
||||
if(h_sequence_derives_epsilon(g, *p)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue