summaryrefslogtreecommitdiff
path: root/bin
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 /bin
parentb7867182b965e05dd68545b1cf9d1995db14d845 (diff)
Remove "with with" typos.
Fix by Tobias Stoeckmann <tobias at bugol dot de> in PR 5193.
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/tables.h4
1 files changed, 2 insertions, 2 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).