aboutsummaryrefslogtreecommitdiff
path: root/gcc/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/scan.h')
-rw-r--r--gcc/scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/scan.h b/gcc/scan.h
index 8d19b1e..8b74f8e 100644
--- a/gcc/scan.h
+++ b/gcc/scan.h
@@ -68,7 +68,7 @@ extern unsigned int hashstr _PARAMS((const char *, unsigned int));
struct cpp_reader;
extern int scan_decls _PARAMS((struct cpp_reader *, int, char **));
-/* get_token is a simple C lexer. */
+/* get_token is a simple C lexer. */
#define IDENTIFIER_TOKEN 300
#define CHAR_TOKEN 301
#define STRING_TOKEN 302