diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-12 22:49:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-12 22:49:48 +0000 |
commit | 4ed432168c0acd8e572f3994ff906468954d4e1c (patch) | |
tree | c1de26b1f01549c9268b8764b22ddc9d6f9a3ba0 /gcc/dbxout.c | |
parent | 0c6a2903e58fff129d796e670226decdcd988dd6 (diff) | |
download | gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.gz |
c-format.c: Fix comment formatting.
* c-format.c: Fix comment formatting.
* c-typeck.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* gcov-io.h: Likewise.
* toplev.c: Likewise.
From-SVN: r69276
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 0fb46a924f3..618094d2d5b 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -562,7 +562,7 @@ dbxout_typedefs (tree syms) } #ifdef DBX_USE_BINCL -/* Emit BINCL stab using given name. */ +/* Emit BINCL stab using given name. */ static void emit_bincl_stab (const char *name) { |