aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-07-03 16:11:42 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-07-03 16:11:42 +0000
commit619519c89aa6f32d2e39648d6674b0f667bf3de6 (patch)
tree3d8bcc090396e90be83ec96849c078c48ff34fe9 /gcc/c-decl.c
parent6cbfa10eb5cc91e373681e2957d5b3f0b79ae57f (diff)
downloadgcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.zip
gcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.tar.gz
gcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.tar.bz2
c-decl.c, [...]: Fix comment typos.
* c-decl.c, tree-object-size.c, tree-vectorizer.c, config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment typos. From-SVN: r101558
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index d516ffe..3c241fe 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -1308,7 +1308,7 @@ diagnose_mismatched_decls (tree newdecl, tree olddecl,
if (DECL_INITIAL (olddecl))
{
/* If both decls are in the same TU and the new declaration
- isn't overridding an extern inline reject the new decl.
+ isn't overriding an extern inline reject the new decl.
When we handle c99 style inline rules we'll want to reject
the following: