From 9faa82d8c081b9e38370b5a913825111d2166de6 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 May 1995 08:39:54 -0400 Subject: Fix typos in comments. From-SVN: r9712 --- gcc/objc/objc-act.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/objc/objc-act.c') diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 2bd3a75..f6b8936 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1115,7 +1115,7 @@ synth_module_prologue () { if (flag_typed_selectors) { - /* supress outputting debug symbols, because + /* suppress outputting debug symbols, because dbxout_init hasn'r been called yet... */ enum debug_info_type save_write_symbols = write_symbols; write_symbols = NO_DEBUG; @@ -4839,7 +4839,7 @@ build_message_expr (mess) warning ("method `%s' not implemented by protocol.", IDENTIFIER_POINTER (sel_name)); - /* try and find the method signiture in the global pools! */ + /* try and find the method signature in the global pools! */ if (!(hsh = hash_lookup (nst_method_hash_list, sel_name))) hsh = hash_lookup (cls_method_hash_list, sel_name); -- cgit v1.1