diff options
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r-- | gcc/c-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-dump.c b/gcc/c-dump.c index c26f288..5c79268 100644 --- a/gcc/c-dump.c +++ b/gcc/c-dump.c @@ -806,7 +806,7 @@ static struct dump_file_info dump_files[TDI_end] = {".inlined", "dump-tree-inlined", 0, 0}, }; -/* Define a name->number mapping for a dump flag value. */ +/* Define a name->number mapping for a dump flag value. */ struct dump_option_value_info { const char *const name; /* the name of the value */ |