summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2006-08-05 23:05:14 +0000
committerRay Lai <ray@cvs.openbsd.org>2006-08-05 23:05:14 +0000
commit6e853380209301986444cc4d1c7cf2205d02abad (patch)
tree6c817afe81c07e7bb1bc02c403d32637564e6c50
parentb7867182b965e05dd68545b1cf9d1995db14d845 (diff)
Remove "with with" typos.
Fix by Tobias Stoeckmann <tobias at bugol dot de> in PR 5193.
-rw-r--r--bin/pax/tables.h4
-rw-r--r--usr.bin/locate/locate/locate.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/pax/tables.h b/bin/pax/tables.h
index e065387e4fa..bc19f066948 100644
--- a/bin/pax/tables.h
+++ b/bin/pax/tables.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tables.h,v 1.7 2004/11/29 16:23:22 otto Exp $ */
+/* $OpenBSD: tables.h,v 1.8 2006/08/05 23:05:13 ray Exp $ */
/* $NetBSD: tables.h,v 1.3 1995/03/21 09:07:47 cgd Exp $ */
/*-
@@ -135,7 +135,7 @@ typedef struct dlist {
} DLIST;
/*
- * ftree directory access time reset table. When we are done with with a
+ * ftree directory access time reset table. When we are done with a
* subtree we reset the access and mod time of the directory when the tflag is
* set. Not really explicitly specified in the pax spec, but easy and fast to
* do (and this may have even been intended in the spec, it is not clear).
diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c
index d5ee402d082..d3eba64b39c 100644
--- a/usr.bin/locate/locate/locate.c
+++ b/usr.bin/locate/locate/locate.c
@@ -1,5 +1,5 @@
/*
- * $OpenBSD: locate.c,v 1.18 2004/04/08 20:08:59 jmc Exp $
+ * $OpenBSD: locate.c,v 1.19 2006/08/05 23:05:13 ray Exp $
*
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
@@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: locate.c,v 1.18 2004/04/08 20:08:59 jmc Exp $
+ * $Id: locate.c,v 1.19 2006/08/05 23:05:13 ray Exp $
*/
#ifndef lint
@@ -46,7 +46,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)locate.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: locate.c,v 1.18 2004/04/08 20:08:59 jmc Exp $";
+static char rcsid[] = "$OpenBSD: locate.c,v 1.19 2006/08/05 23:05:13 ray Exp $";
#endif
#endif /* not lint */
@@ -54,7 +54,7 @@ static char rcsid[] = "$OpenBSD: locate.c,v 1.18 2004/04/08 20:08:59 jmc Exp $";
* Ref: Usenix ;login:, Vol 8, No 1, February/March, 1983, p. 8.
*
* Locate scans a file list for the full pathname of a file given only part
- * of the name. The list has been processed with with "front-compression"
+ * of the name. The list has been processed with "front-compression"
* and bigram coding. Front compression reduces space by a factor of 4-5,
* bigram coding by a further 20-25%.
*