diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
commit | abc95ed36d4c350fa1e23c1d322fee9bd8a018fe (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/objc | |
parent | 2d5144e9ae5ef3e32c059f6a572d4bab6863c976 (diff) | |
download | gcc-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.h | 4 | ||||
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
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, '+'); |