aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-07 06:41:25 +0000
committerRichard Stallman <rms@gnu.org>1992-05-07 06:41:25 +0000
commit9d00e777071bd518e97524915a17aacf3b14acb4 (patch)
tree5d8e600aa67f9bfd57b9a99cf51ef45f345fa956
parent6dc42e49d3dac756ec72e10f3bf7687f9c8542c2 (diff)
downloadgcc-9d00e777071bd518e97524915a17aacf3b14acb4.zip
gcc-9d00e777071bd518e97524915a17aacf3b14acb4.tar.gz
gcc-9d00e777071bd518e97524915a17aacf3b14acb4.tar.bz2
entered into RCS
From-SVN: r931
-rw-r--r--gcc/config/m88k/x-dolph2
-rw-r--r--gcc/objc/objc-act.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/m88k/x-dolph b/gcc/config/m88k/x-dolph
index 3a6caff..eb60878 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 fb512cc..24647e8 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);