aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/tables.h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
commit46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch)
tree00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/pax/tables.h
parentc578efe575dc0b2020cf21aaae2c34b12a12a430 (diff)
downloadsrc-46be34b90213ebd9037cb2c24aec0009d7f2f5c1.tar.gz
src-46be34b90213ebd9037cb2c24aec0009d7f2f5c1.zip
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Notes
Notes: svn path=/head/; revision=46684
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 5c2077620ee5..a7c73bed0afc 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;