Fix typo in the description for constvalue::index

This commit is contained in:
Stanislav Gromov 2021-01-08 18:19:54 +07:00
parent 712b6a7886
commit 3b04173d83

View File

@ -97,7 +97,7 @@ typedef struct s_constvalue {
char name[sNAMEMAX+1];
cell value;
int index; /* index level, for constants referring to array sizes/tags
* automaton id. for states and automatons
* automaton id, for states and automatons
* tag for enumeration lists */
} constvalue;