diff options
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 5200af5..cdc46b7 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -2074,7 +2074,7 @@ output_mem_loc_descriptor (rtx rtl) which contains the given subreg. */ rtl = SUBREG_REG (rtl); - /* Drop thru. */ + /* Drop through. */ case REG: @@ -2157,7 +2157,7 @@ output_loc_descriptor (rtx rtl) which contains the given subreg. */ rtl = SUBREG_REG (rtl); - /* Drop thru. */ + /* Drop through. */ case REG: ASM_OUTPUT_DWARF_STACK_OP (asm_out_file, OP_REG); |