diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-12 19:01:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-12 19:01:08 +0000 |
commit | 6356f8928853bc14e841e5b4e990ce2508c38f26 (patch) | |
tree | 0f2925fe84100a624006d902c347d9fea822e422 /gcc/c-decl.c | |
parent | 25f47a4c2358896aa2498b357a51166c0024d761 (diff) | |
download | gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.zip gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.gz gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.bz2 |
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions.
* ChangeLog.2: Likewise.
* c-decl.c: Likewise.
* cfgloop.h: Likewise.
* cgraph.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpphash.h: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* df.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* explow.c: Likewise.
* gcov-io.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gengtype.c: Likewise.
* ggc.h: Likewise.
* opts.c: Likewise.
* real.c: Likewise.
* reload.c: Likewise.
* stmt.c: Likewise.
From-SVN: r67849
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 b81ecd8..ae921d0 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -1793,7 +1793,7 @@ pushdecl (x) } /* Record X as belonging to the global scope (C99 "file scope"). - This is used only internally by the Objective C front end, + This is used only internally by the Objective-C front end, and is limited to its needs. It will hork if there is _any_ visible binding for X (not just a global one). */ tree |