summaryrefslogtreecommitdiff
path: root/gcc/objc/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc/hash.h')
-rw-r--r--gcc/objc/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/hash.h b/gcc/objc/hash.h
index 065c5b9dacd..7a83b0854d1 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.
*/