diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-19 21:09:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-19 21:09:36 +0000 |
commit | 02fa63cdf7a020cc47eb33f3d030fc77bc24a07a (patch) | |
tree | bb68dcb42d0505b180935f97feb4e5e9db8ba075 /gcc/c-decl.c | |
parent | 59e4e217ae04230110961dfa6e0d7905189e7edc (diff) | |
download | gcc-02fa63cdf7a020cc47eb33f3d030fc77bc24a07a.zip gcc-02fa63cdf7a020cc47eb33f3d030fc77bc24a07a.tar.gz gcc-02fa63cdf7a020cc47eb33f3d030fc77bc24a07a.tar.bz2 |
c-decl.c: Follow spelling conventions.
* c-decl.c: Follow spelling conventions.
* cppfiles.c: Likewise.
From-SVN: r70578
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 feef990..33df352 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6764,7 +6764,7 @@ merge_translation_unit_decls (void) tree old_decl = (tree) *slot; /* If this is weak or common or whatever, suppress it - in favour of the other definition. */ + in favor of the other definition. */ if (DECL_WEAK (decl)) DECL_EXTERNAL (decl) = 1; else if (DECL_WEAK (old_decl) && ! DECL_WEAK (decl)) |