From: Richard Stallman Date: Thu, 7 May 1992 06:41:25 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d00e777071bd518e97524915a17aacf3b14acb4;p=gcc.git entered into RCS From-SVN: r931 --- diff --git a/gcc/config/m88k/x-dolph b/gcc/config/m88k/x-dolph index 3a6caff37b2..eb608785cef 100644 --- a/gcc/config/m88k/x-dolph +++ b/gcc/config/m88k/x-dolph @@ -1,6 +1,6 @@ INSTALL = cp # Green Hills C on Dolphin UNIX System V/88 Release 3.2 Version 3.5/5.60 does -# not proviede alloca. +# not provide alloca. ALLOCA=alloca.o diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index fb512cce110..24647e84f73 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -3318,7 +3318,7 @@ is_public (expr, identifier) { if (decl = is_ivar (TYPE_FIELDS (basetype), identifier)) { - /* important diffence between the Stepstone translator: + /* important difference between the Stepstone translator: all instance variables should be public within the context of the implementation... @@ -3961,7 +3961,7 @@ start_method_def (method) build1 (INDIRECT_REF, NULLT, _cmd_id))); #endif /* not OBJC_INT_SELECTORS */ - /* generate argument delclarations if a keyword_decl */ + /* generate argument declarations if a keyword_decl */ if (METHOD_SEL_ARGS (method)) { tree arglist = METHOD_SEL_ARGS (method); @@ -4148,7 +4148,7 @@ really_start_method (method, parmlist) method_decl = build_nt (CALL_EXPR, method_id, parmlist, NULLT); - /* check the delclarator portion of the return type for the method */ + /* check the declarator portion of the return type for the method */ if (ret_decl = TREE_VALUE (TREE_TYPE (method))) { /* @@ -4691,7 +4691,7 @@ gen_declaration (atype_or_adecl, buf) tree declspecs; /* "identifier_node", "record_type" */ tree declarator; /* "array_ref", "indirect_ref", "call_expr"... */ - /* we have a "raw", abstract delclarator (typename) */ + /* we have a "raw", abstract declarator (typename) */ declarator = TREE_VALUE (atype_or_adecl); declspecs = TREE_PURPOSE (atype_or_adecl);