summaryrefslogtreecommitdiffstats
path: root/bin/pax/cpio.c
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2003-01-01 18:49:04 +0000
committerschweikh <schweikh@FreeBSD.org>2003-01-01 18:49:04 +0000
commitd3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 (patch)
treef412dafc7d29429919e8770cdefeb37441fc1299 /bin/pax/cpio.c
parent718a7892bc6da2237db71c255051dd54a4e93a92 (diff)
downloadFreeBSD-src-d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8.zip
FreeBSD-src-d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8.tar.gz
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
Diffstat (limited to 'bin/pax/cpio.c')
-rw-r--r--bin/pax/cpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c
index 779e5f9..2cf93f2 100644
--- a/bin/pax/cpio.c
+++ b/bin/pax/cpio.c
@@ -851,7 +851,7 @@ vcpio_wr(ARCHD *arcn)
/*
* bcpio_id()
- * determine if a block given to us is a old binary cpio header
+ * determine if a block given to us is an old binary cpio header
* (with/without header byte swapping)
* Return:
* 0 if a valid header, -1 otherwise
@@ -878,7 +878,7 @@ bcpio_id(char *blk, int size)
/*
* bcpio_rd()
- * determine if a buffer is a old binary archive entry. (it may have byte
+ * determine if a buffer is an old binary archive entry. (It may have byte
* swapped header) convert and store the values in the ARCHD parameter.
* This is a very old header format and should not really be used.
* Return:
OpenPOWER on IntegriCloud