diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-13 00:23:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-13 00:23:51 +0000 |
commit | 5c425df517aa58c80c83dbe68052df7a68337523 (patch) | |
tree | 816a4ce1a5b4e54f3860d8775d52a63f0db6d389 /gcc/objc/objc-act.c | |
parent | 7764b8fa5349494e02ad34ce7239790c47c50601 (diff) | |
download | gcc-5c425df517aa58c80c83dbe68052df7a68337523.zip gcc-5c425df517aa58c80c83dbe68052df7a68337523.tar.gz gcc-5c425df517aa58c80c83dbe68052df7a68337523.tar.bz2 |
ggc-zone.c: Follow spelling conventions.
* ggc-zone.c: Follow spelling conventions.
* config/rs6000/rs6000.c: Likewise.
* pt.c: Likewise.
* semantics.c: Likewise.
* objc/objc-act.c: Likewise.
From-SVN: r74590
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index ad2b69a..c552bad 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -5654,7 +5654,7 @@ build_message_expr (tree mess) /* Look up method SEL_NAME that would be suitable for receiver of type 'id' (if IS_CLASS is zero) or 'Class' (if IS_CLASS is - non-zero), and report on any duplicates. */ + nonzero), and report on any duplicates. */ static tree lookup_method_in_hash_lists (tree sel_name, int is_class) |