aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-08-08 22:06:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-08-08 22:06:48 +0000
commit30f7a3786cb384b94caaf87cb231f3d8c8f8acbc (patch)
tree77dd07a40f045e97f39b2d3535ca6f4cc0a8e9a8 /gcc/dbxout.c
parent35e17f7e33498b9b9a152758dc621ee7638fdb52 (diff)
downloadgcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.zip
gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.tar.gz
gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.tar.bz2
dbxout.c: Fix comment formatting.
* dbxout.c: Fix comment formatting. * dependence.c: Likewise. * df.c: Likewise. * diagnostic.c: Likewise. * dominance.c: Likewise. * doprint.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * except.c: Likewise. * explow.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * flow.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. From-SVN: r44729
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 60a91fe..18ea196 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -2737,7 +2737,7 @@ dbxout_block (block, depth, args)
did_output = 1;
#else
/* In dbx format, the syms of a block come before the N_LBRAC.
- If nothing is output, we don't need the N_LBRAC, either. */
+ If nothing is output, we don't need the N_LBRAC, either. */
did_output = 0;
if (debug_info_level != DINFO_LEVEL_TERSE || depth == 0)
did_output = dbxout_syms (BLOCK_VARS (block));