From 9741991987c7616efcb75d7bcca675226bd4382f Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 18 Feb 2007 01:45:58 +0000 Subject: [PATCH] * objc/objc-act.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122085 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/objc/ChangeLog | 4 ++++ gcc/objc/objc-act.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 0341c5f358b..df636e80db3 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,7 @@ +2007-02-18 Kazu Hirata + + * objc/objc-act.c: Fix comment typos. + 2007-02-15 Sandra Loosemore Brooks Moses Lee Millward diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 6dd6a464ce0..0cbd759e9d4 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -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 -- 2.11.4.GIT