From 4ed432168c0acd8e572f3994ff906468954d4e1c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 12 Jul 2003 22:49:48 +0000 Subject: 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 --- gcc/c-format.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/c-format.c') diff --git a/gcc/c-format.c b/gcc/c-format.c index 0b3fa2f251c..769b039a076 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -2619,7 +2619,7 @@ init_dynamic_diag_info (void) } if (t) { - /* All specifiers taking a tree share the same struct. */ + /* All specifiers taking a tree share the same struct. */ i = find_char_info_specifier_index (cdiag_fci, 'D'); cdiag_fci[i].types[0].type = &t; cdiag_fci[i].pointer_count = 1; @@ -2639,7 +2639,7 @@ init_dynamic_diag_info (void) } if (t) { - /* All specifiers taking a tree share the same struct. */ + /* All specifiers taking a tree share the same struct. */ i = find_char_info_specifier_index (cxxdiag_fci, 'D'); cxxdiag_fci[i].types[0].type = &t; cxxdiag_fci[i].pointer_count = 1; -- cgit v1.2.1