diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 6007c56c3ee..65bd95c4aa5 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -3588,10 +3588,10 @@ 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 emited in maybe_emit_file(). */ static GTY(()) int emitcount = 0; -/* Number of internal labels generated by gen_internal_sym(). */ +/* Number of internal labels generated by gen_internal_sym(). */ static GTY(()) int label_num; #ifdef DWARF2_DEBUGGING_INFO |