Fix spelling in comments
Should be non-functional, except for some error message strings.
This commit is contained in:
@@ -128,7 +128,7 @@ void check_trailing_context(int *nfa_states, int num_states, int *accset, int na
|
||||
|
||||
/* dump_associated_rules - list the rules associated with a DFA state
|
||||
*
|
||||
* synopisis
|
||||
* synopsis
|
||||
* int ds;
|
||||
* FILE *file;
|
||||
* dump_associated_rules( file, ds );
|
||||
@@ -179,7 +179,7 @@ void dump_associated_rules(FILE *file, int ds)
|
||||
|
||||
/* dump_transitions - list the transitions associated with a DFA state
|
||||
*
|
||||
* synopisis
|
||||
* synopsis
|
||||
* int state[numecs];
|
||||
* FILE *file;
|
||||
* dump_transitions( file, state );
|
||||
@@ -449,7 +449,7 @@ void ntod(void)
|
||||
* since for them we don't have a simple state number lying around with
|
||||
* which to index the table. We also don't bother doing it for scanners
|
||||
* unless (1) NUL is in its own equivalence class (indicated by a
|
||||
* positive value of ecgroup[NUL]), (2) NUL's equilvalence class is
|
||||
* positive value of ecgroup[NUL]), (2) NUL's equivalence class is
|
||||
* the last equivalence class, and (3) the number of equivalence classes
|
||||
* is the same as the number of characters. This latter case comes about
|
||||
* when useecs is false or when its true but every character still
|
||||
|
||||
@@ -602,7 +602,7 @@ void *reallocate_array(void *array, int size, int element_size);
|
||||
#define reallocate_character_array(array,size) \
|
||||
(Char *) reallocate_array( (void *) array, size, sizeof( Char ) )
|
||||
|
||||
#if 0 /* JRW this might couse truuble... but not for IOC usage */
|
||||
#if 0 /* JRW this might couse trouble... but not for IOC usage */
|
||||
/* used to communicate between scanner and parser. The type should really
|
||||
* be YYSTYPE, but we can't easily get our hands on it.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user