comment wording

This commit is contained in:
Sven M. Hallberg 2013-05-24 22:40:00 +02:00
parent cbd50ec4c3
commit f55ec2f1ed

View file

@ -148,7 +148,7 @@ static void stringmap_merge(HHashSet *workset, HCFStringMap *dst, HCFStringMap *
}
}
/* Generate entries for the production "A" in the given table row. */
/* Generate entries for the productions of A in the given table row. */
static int fill_table_row(size_t kmax, HCFGrammar *g, HCFStringMap *row,
const HCFChoice *A)
{