summaryrefslogtreecommitdiffstats
path: root/bin/pax/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/tables.h')
-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 5c20776..a7c73be 100644
--- a/bin/pax/tables.h
+++ b/bin/pax/tables.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)tables.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * $Id: tables.h,v 1.5 1997/02/22 14:04:44 peter Exp $
*/
/*
@@ -80,7 +80,7 @@ typedef struct hrdlnk {
typedef struct ftm {
int namelen; /* file name length */
time_t mtime; /* files last modification time */
- off_t seek; /* loacation in scratch file */
+ off_t seek; /* location in scratch file */
struct ftm *fow;
} FTM;
OpenPOWER on IntegriCloud