diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-13 00:23:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-13 00:23:51 +0000 |
commit | e324a77367020e13802b462ac82d74e403cb720d (patch) | |
tree | 816a4ce1a5b4e54f3860d8775d52a63f0db6d389 /gcc/objc/objc-act.c | |
parent | f037876174596c7d79d7619e9561705c91011458 (diff) | |
download | gcc-e324a77367020e13802b462ac82d74e403cb720d.tar.gz |
* ggc-zone.c: Follow spelling conventions.
* config/rs6000/rs6000.c: Likewise.
* pt.c: Likewise.
* semantics.c: Likewise.
* objc/objc-act.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74590 138bc75d-0d04-0410-961f-82ee72b054a4
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 ad2b69a9f56..c552bada9de 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) |