aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c4
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);