summaryrefslogtreecommitdiff
path: root/gcc/c-format.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-12 22:49:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-12 22:49:48 +0000
commit4ed432168c0acd8e572f3994ff906468954d4e1c (patch)
treec1de26b1f01549c9268b8764b22ddc9d6f9a3ba0 /gcc/c-format.c
parent0c6a2903e58fff129d796e670226decdcd988dd6 (diff)
downloadgcc-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/c-format.c')
-rw-r--r--gcc/c-format.c4
1 files changed, 2 insertions, 2 deletions
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;