diff options
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, '+'); |