summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-02-02 02:56:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-02-02 02:56:27 +0000
commitbbb6854469f489398acd57f352b9bedc2ea4c04c (patch)
treef58c0a229d11b93d76df023d8080d97df98239bc /gnu/usr.bin
parent6a15dc07835b2969bf27887fec776606fe11aba6 (diff)
I've been guaranteed that guaranteed is better than guarenteed.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gas/hash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gas/hash.c b/gnu/usr.bin/gas/hash.c
index 8dbc7096778..ccccced232c 100644
--- a/gnu/usr.bin/gas/hash.c
+++ b/gnu/usr.bin/gas/hash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hash.c,v 1.3 1998/04/25 06:48:37 niklas Exp $ */
+/* $OpenBSD: hash.c,v 1.4 2003/02/02 02:56:26 miod Exp $ */
/* hash.c - hash table lookup strings -
Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
@@ -125,7 +125,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: hash.c,v 1.3 1998/04/25 06:48:37 niklas Exp $";
+static char rcsid[] = "$OpenBSD: hash.c,v 1.4 2003/02/02 02:56:26 miod Exp $";
#endif
#ifndef FALSE
@@ -140,7 +140,7 @@ static char rcsid[] = "$OpenBSD: hash.c,v 1.3 1998/04/25 06:48:37 niklas Exp $";
#define error as_fatal
-#define DELETED ((char *)1) /* guarenteed invalid address */
+#define DELETED ((char *)1) /* guaranteed invalid address */
#define START_POWER (11) /* power of two: size of new hash table *//* JF was 6 */
/* JF These next two aren't used any more. */
/* #define START_SIZE (64) / * 2 ** START_POWER */