diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 49bca54c951..76661ba6d8b 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -4117,7 +4117,7 @@ static char ranges_section_label[2 * MAX_ARTIFICIAL_LABEL_BYTES]; #endif /* We allow a language front-end to designate a function that is to be - called to "demangle" any name before it it put into a DIE. */ + called to "demangle" any name before it is put into a DIE. */ static const char *(*demangle_name_func) (const char *); |