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 5c104987ef9..7537dd1bdac 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -3523,7 +3523,7 @@ static int current_function_has_inlines; static int comp_unit_has_inlines; #endif -/* Number of file tables emited in maybe_emit_file(). */ +/* Number of file tables emitted in maybe_emit_file(). */ static GTY(()) int emitcount = 0; /* Number of internal labels generated by gen_internal_sym(). */ |