diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-31 17:47:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-31 17:47:43 +0000 |
commit | a457ee07af69ac1dd67bcce24698558f5de0682d (patch) | |
tree | 6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/c-pretty-print.c | |
parent | af3fb3d6dc3907a45f05d913e9b2fafe42bcc053 (diff) | |
download | gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.zip gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.gz gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.bz2 |
alloc-pool.c: Fix comment typos.
* alloc-pool.c: Fix comment typos.
* builtin-types.def: Likewise.
* builtins.def: Likewise.
* c-pretty-print.c: Likewise.
* df.h: Likewise.
* reload1.c: Likewise.
From-SVN: r77043
Diffstat (limited to 'gcc/c-pretty-print.c')
-rw-r--r-- | gcc/c-pretty-print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c index bcbfd79..acb70cd 100644 --- a/gcc/c-pretty-print.c +++ b/gcc/c-pretty-print.c @@ -540,7 +540,7 @@ pp_c_declaration_specifiers (c_pretty_printer *pp, tree t) direct-declarator [ static type-qualifier-list(opt) assignment-expression(opt)] direct-declarator [ type-qualifier-list static assignment-expression ] direct-declarator [ type-qualifier-list * ] - direct-declaratpr ( parameter-type-list ) + direct-declarator ( parameter-type-list ) direct-declarator ( identifier-list(opt) ) */ void |