* objc/objc-act.c: Fix comment typos.

From-SVN: r122085
This commit is contained in:
Kazu Hirata 2007-02-18 01:45:58 +00:00 committed by Kazu Hirata
parent 01e304f8a9
commit c9819cb2bc
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-02-18 Kazu Hirata <kazu@codesourcery.com>
* objc/objc-act.c: Fix comment typos.
2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
Brooks Moses <brooks.moses@codesourcery.com>
Lee Millward <lee.millward@codesourcery.com>

View File

@ -956,7 +956,7 @@ objc_volatilize_decl (tree decl)
}
/* Check if protocol PROTO is adopted (directly or indirectly) by class CLS
(including its categoreis and superclasses) or by object type TYP.
(including its categories and superclasses) or by object type TYP.
Issue a warning if PROTO is not adopted anywhere and WARN is set. */
static bool
@ -1659,7 +1659,7 @@ synth_module_prologue (void)
build_int_cst (NULL_TREE, OFFS_MSGSEND_FAST),
NULL_TREE);
#else
/* No direct dispatch availible. */
/* No direct dispatch available. */
umsg_fast_decl = umsg_decl;
#endif