aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-12-13 00:23:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-13 00:23:51 +0000
commit5c425df517aa58c80c83dbe68052df7a68337523 (patch)
tree816a4ce1a5b4e54f3860d8775d52a63f0db6d389 /gcc/objc
parent7764b8fa5349494e02ad34ce7239790c47c50601 (diff)
downloadgcc-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')
-rw-r--r--gcc/objc/objc-act.c2
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)