From 666c27b9fad383fe8d0a15006fb77f31ad16d854 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 25 Mar 2004 17:04:45 +0000 Subject: cfgrtl.c, [...]: Fix comment typos. gcc/ * cfgrtl.c, dbxout.c, tree.def, config/darwin.h, config/arm/arm.c, objc/objc-act.c: Fix comment typos. * doc/invoke.texi: Fix a typo. cp/ * cxx-pretty-print.c: Fix comment typos. From-SVN: r79956 --- gcc/objc/objc-act.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/objc') diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 22696cb..ae0a98e 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -3304,7 +3304,7 @@ build_objc_exception_stuff (void) finish_struct (objc_exception_data_template, field_decl_chain, NULL_TREE); /* int _setjmp(...); */ - /* If the user includes , this shall be superceded by + /* If the user includes , this shall be superseded by 'int _setjmp(jmp_buf);' */ temp_type = build_function_type (integer_type_node, NULL_TREE); objc_setjmp_decl @@ -5536,7 +5536,7 @@ receiver_is_class_object (tree receiver, int self, int super) && (exp = TREE_OPERAND (exp, 0)) && TREE_CODE (exp) == FUNCTION_DECL /* For some reason, we sometimes wind up with multiple FUNCTION_DECL - prototypes for objc_get_class(). Thankfuly, they seem to share the + prototypes for objc_get_class(). Thankfully, they seem to share the same function type. */ && TREE_TYPE (exp) == TREE_TYPE (objc_get_class_decl) && !strcmp (IDENTIFIER_POINTER (DECL_NAME (exp)), TAG_GETCLASS) @@ -9015,7 +9015,7 @@ handle_impent (struct imp_entry *impent) } } -/* The Fix-and-Countinue functionality available in Mac OS X 10.3 and +/* The Fix-and-Continue functionality available in Mac OS X 10.3 and later requires that ObjC translation units participating in F&C be specially marked. The following routine accomplishes this. */ -- cgit v1.1