diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-25 03:52:42 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-25 03:52:42 +0000 |
commit | 1f52178b3a8510309c5b8f739f6e74fff73895e5 (patch) | |
tree | bf5e07ce58ea32552b2f08730c4b206c218b96ac /gcc/c-decl.c | |
parent | 56ae131655af9274170eb9766c16ae034403a2bc (diff) | |
download | gcc-1f52178b3a8510309c5b8f739f6e74fff73895e5.zip gcc-1f52178b3a8510309c5b8f739f6e74fff73895e5.tar.gz gcc-1f52178b3a8510309c5b8f739f6e74fff73895e5.tar.bz2 |
c-common.h: Fix comment typos.
* c-common.h: Fix comment typos.
* c-decl.c: Likewise.
* cgraphunit.c: Likewise.
* combine.c: Likewise.
* et-forest.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* ifcvt.c: Likewise.
* integrate.c: Likewise.
* jump.c: Likewise.
* postreload.c: Likewise.
* varray.c: Likewise.
From-SVN: r76539
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 3af82f4..6dd6bc0 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -792,7 +792,7 @@ match_builtin_function_types (tree newtype, tree oldtype) return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype)); } -/* Subroutine of diagnose_mismathed_decls. Check for function type +/* Subroutine of diagnose_mismatched_decls. Check for function type mismatch involving an empty arglist vs a nonempty one and give clearer diagnostics. */ static void |