From 24fc3ac35cff584d0c8ba2bc9be2750a2e92c9cd Mon Sep 17 00:00:00 2001 From: David Krause Date: Mon, 10 Mar 2003 03:50:14 +0000 Subject: double words in comments ok millert@ --- bin/pax/cache.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/pax/cache.c b/bin/pax/cache.c index f347a251862..258bcfd0631 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cache.c,v 1.12 2002/10/16 19:20:02 millert Exp $ */ +/* $OpenBSD: cache.c,v 1.13 2003/03/10 03:50:13 david Exp $ */ /* $NetBSD: cache.c,v 1.4 1995/03/21 09:07:10 cgd Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static const char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #else -static const char rcsid[] = "$OpenBSD: cache.c,v 1.12 2002/10/16 19:20:02 millert Exp $"; +static const char rcsid[] = "$OpenBSD: cache.c,v 1.13 2003/03/10 03:50:13 david Exp $"; #endif #endif /* not lint */ @@ -76,7 +76,7 @@ static GIDC **grptb = NULL; /* group name to gid cache */ /* * uidtb_start - * creates an an empty uidtb + * creates an empty uidtb * Return: * 0 if ok, -1 otherwise */ @@ -100,7 +100,7 @@ uidtb_start(void) /* * gidtb_start - * creates an an empty gidtb + * creates an empty gidtb * Return: * 0 if ok, -1 otherwise */ @@ -124,7 +124,7 @@ gidtb_start(void) /* * usrtb_start - * creates an an empty usrtb + * creates an empty usrtb * Return: * 0 if ok, -1 otherwise */ @@ -148,7 +148,7 @@ usrtb_start(void) /* * grptb_start - * creates an an empty grptb + * creates an empty grptb * Return: * 0 if ok, -1 otherwise */ -- cgit v1.2.3