diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 06:25:09 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 06:25:09 +0000 |
commit | 2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (patch) | |
tree | e50a7ba11e4692298c71e9fbaa8414131cd2a534 /gcc/diagnostic.h | |
parent | 8a4a2253e3f665d4ed0d9bc7e35068081c338a15 (diff) | |
download | gcc-2b72593e40e7c04cf3fe7cdb35878c307825b3a9.tar.gz |
builtin-attrs.def: Fix comment formatting.
* builtin-attrs.def: Fix comment formatting.
* c-pretty-print.c: Likewise.
* diagnostic.h: Likewise.
* langhooks.h: Likewise.
* recog.c: Likewise.
* simplify-rtx.c: Likewise.
* tree.def: Likewise.
From-SVN: r70676
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 9087617e4d1..cf331e0df5f 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -57,7 +57,7 @@ typedef diagnostic_starter_fn diagnostic_finalizer_fn; the context of a diagnostic message. */ struct diagnostic_context { - /* Where most of the diagnostic formatting work is done. */ + /* Where most of the diagnostic formatting work is done. */ pretty_printer *printer; /* The number of times we have issued diagnostics. */ |