From 0ee55ad88a745b42dc1466c5ae6360f83ba3c628 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 5 Oct 2003 13:09:48 +0000 Subject: c-pretty-print.c: Fix comment formatting. * c-pretty-print.c: Fix comment formatting. * cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cppcharset.c: Likewise. * dbxout.c: Likewise. * ggc-page.c: Likewise. * ggc.h: Likewise. * target.h: Likewise. From-SVN: r72110 --- gcc/dbxout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index ec59f5e..84700b4 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -541,7 +541,7 @@ dbxout_init (const char *input_file_name) dbxout_typedefs (syms); } -/* Output any typedef names for types described by TYPE_DECLs in SYMS. */ +/* Output any typedef names for types described by TYPE_DECLs in SYMS. */ static void dbxout_typedefs (tree syms) -- cgit v1.1