diff options
Diffstat (limited to '3rdparty/bx/tools/lemon/lemon.c')
-rw-r--r-- | 3rdparty/bx/tools/lemon/lemon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/bx/tools/lemon/lemon.c b/3rdparty/bx/tools/lemon/lemon.c index acc5450c993..acf2483ef23 100644 --- a/3rdparty/bx/tools/lemon/lemon.c +++ b/3rdparty/bx/tools/lemon/lemon.c @@ -980,7 +980,7 @@ PRIVATE void buildshifts(struct lemon *lemp, struct state *stp) struct symbol *bsp; /* Symbol following the dot in configuration "bcfp" */ struct state *newstp; /* A pointer to a successor state */ - /* Each configuration becomes complete after it contibutes to a successor + /* Each configuration becomes complete after it contributes to a successor ** state. Initially, all configurations are incomplete */ for(cfp=stp->cfp; cfp; cfp=cfp->next) cfp->status = INCOMPLETE; @@ -1819,7 +1819,7 @@ static char *merge( ** ** Return Value: ** A pointer to the head of a sorted list containing the elements -** orginally in list. +** originally in list. ** ** Side effects: ** The "next" pointers for elements in list are changed. @@ -3266,7 +3266,7 @@ void ReportOutput(struct lemon *lemp) } /* Search for the file "name" which is in the same directory as -** the exacutable */ +** the executable */ PRIVATE char *pathsearch(char *argv0, char *name, int modemask) { const char *pathlist; |