From 5c425df517aa58c80c83dbe68052df7a68337523 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 13 Dec 2003 00:23:51 +0000 Subject: 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 --- gcc/objc/objc-act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/objc') 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) -- cgit v1.1