entered into RCS
authorRichard Stallman <rms@gnu.org>
Thu, 7 May 1992 06:41:25 +0000 (06:41 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 7 May 1992 06:41:25 +0000 (06:41 +0000)
From-SVN: r931

gcc/config/m88k/x-dolph
gcc/objc/objc-act.c

index 3a6caff37b22fd96d12c9e433abecd16e416081d..eb608785ceff394b091c4fff220c1698fb17a767 100644 (file)
@@ -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
index fb512cce1100f4700228884c08a2d4e39c0f86db..24647e84f73acf04000dbad3c25d59a72a01bab5 100644 (file)
@@ -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);