diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 15c30ab..c6f7ed3 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -457,7 +457,7 @@ struct lexer_state all directives apart from #define. */ unsigned char save_comments; - /* Nonzero to get force the lexer to skip newlines. */ + /* Nonzero to force the lexer to skip newlines. */ unsigned char skip_newlines; /* Nonzero if we're in the subroutine lex_line. */ |