summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2003-03-10 03:50:13 +0000
committerdavid <david@openbsd.org>2003-03-10 03:50:13 +0000
commit36194b48e75c020f5e7816d253f8f357208c0891 (patch)
treedadb1f4e17c6f4ea5f7e20af122e42ce9397708f
parentspelling fixes (diff)
downloadwireguard-openbsd-36194b48e75c020f5e7816d253f8f357208c0891.tar.xz
wireguard-openbsd-36194b48e75c020f5e7816d253f8f357208c0891.zip
double words in comments
ok millert@
-rw-r--r--bin/pax/cache.c12
1 files 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
*/