diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-04 20:31:26 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-04 20:31:26 +0000 |
commit | 2c6cb56e9683828aa9a610292019953b4fd4a886 (patch) | |
tree | 9074182567f97cfa561814115f1165a9abee4621 /bin/pax/tar.c | |
parent | 9579402eea5ab451f11108993677ced7cde5009b (diff) |
spelling
Diffstat (limited to 'bin/pax/tar.c')
-rw-r--r-- | bin/pax/tar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/tar.c b/bin/pax/tar.c index d6a73f9ab3e..92554494f31 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tar.c,v 1.15 2000/01/21 05:11:36 tholo Exp $ */ +/* $OpenBSD: tar.c,v 1.16 2001/01/04 20:31:25 todd Exp $ */ /* $NetBSD: tar.c,v 1.5 1995/03/21 09:07:49 cgd Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94"; #else -static char rcsid[] = "$OpenBSD: tar.c,v 1.15 2000/01/21 05:11:36 tholo Exp $"; +static char rcsid[] = "$OpenBSD: tar.c,v 1.16 2001/01/04 20:31:25 todd Exp $"; #endif #endif /* not lint */ @@ -312,7 +312,7 @@ tar_chksm(blk, len) { register char *stop; register char *pt; - u_long chksm = BLNKSUM; /* inital value is checksum field sum */ + u_long chksm = BLNKSUM; /* initial value is checksum field sum */ /* * add the part of the block before the checksum field |