aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-08-28 06:54:22 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-08-28 06:54:22 -0400
commitabc95ed36d4c350fa1e23c1d322fee9bd8a018fe (patch)
tree1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/objc
parent2d5144e9ae5ef3e32c059f6a572d4bab6863c976 (diff)
downloadgcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.zip
gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.gz
gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.bz2
Fix spelling errors.
From-SVN: r10289
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/hash.h4
-rw-r--r--gcc/objc/objc-act.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/objc/hash.h b/gcc/objc/hash.h
index 065c5b9..7a83b08 100644
--- a/gcc/objc/hash.h
+++ b/gcc/objc/hash.h
@@ -1,5 +1,5 @@
/* Hash tables for Objective C method dispatch.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -63,7 +63,7 @@ typedef unsigned int (*hash_func_type)(void *, const void *);
/*
* This data type is the function that compares two hash keys and returns an
* integer greater than, equal to, or less than 0, according as the first
- * parameter is lexico-graphically greater than, equal to, or less than the
+ * parameter is lexicographically greater than, equal to, or less than the
* second.
*/
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 5ea68af..951f469 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -2788,7 +2788,7 @@ encode_method_prototype (method_decl, func_decl)
/* Compute offset. */
sprintf (buf, "%d", forwarding_offset (parms));
- /* Indicate registe.r */
+ /* Indicate register. */
if (offset_is_register)
obstack_1grow (&util_obstack, '+');