diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-13 04:11:23 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-13 04:11:23 +0000 |
commit | ba228239d22c745ed7e152fa211c065dc1c56918 (patch) | |
tree | 3ace7d8aa6d41f25c3ff3840fe7c4e81987b2a1b /gcc/dwarfout.c | |
parent | 7ecd45764f643c7c99b3100b50879ac69ec80113 (diff) | |
download | gcc-ba228239d22c745ed7e152fa211c065dc1c56918.zip gcc-ba228239d22c745ed7e152fa211c065dc1c56918.tar.gz gcc-ba228239d22c745ed7e152fa211c065dc1c56918.tar.bz2 |
c-typeck.c: Fix comment typos.
* c-typeck.c: Fix comment typos.
* calls.c: Likewise.
* cfgcleanup.c: Likewise.
* cgraph.h: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* explow.c: Likewise.
* expr.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* ggc-zone.c: Likewise.
* ifcvt.c: Likewise.
* local-alloc.c: Likewise.
* predict.c: Likewise.
* pretty-print.c: Likewise.
* profile.c: Likewise.
* ra-colorize.c: Likewise.
* sched-vis.c: Likewise.
* stor-layout.c: Likewise.
From-SVN: r74594
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); |