Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3702284

Browse files
committed
Correct spelling in function name
1 parent 888d205 commit 3702284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/grammar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void translatelabels PROTO((grammar *g));
9999

100100
void addfirstsets PROTO((grammar *g));
101101

102-
void addaccellerators PROTO((grammar *g));
102+
void addaccelerators PROTO((grammar *g));
103103

104104
void printgrammar PROTO((grammar *g, FILE *fp));
105105
void printnonterminals PROTO((grammar *g, FILE *fp));

0 commit comments

Comments
 (0)