diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 02:03:30 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 02:03:30 +0000 |
| commit | cd8fb74d84d3b303110bb1c307a0a06402494ebe (patch) | |
| tree | 1ab14a975fd2f553150c05b4a7422217936a540b /bin | |
| parent | 11a78c514fa1df818681086b33437a6734b872a0 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/pax/buf_subs.c | 2 | ||||
| -rw-r--r-- | bin/pax/ftree.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 6e85b079c6cd..473d79e68810 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -589,7 +589,7 @@ wr_skip(off_t skcnt) /* * wr_rdfile() * fill write buffer with the contents of a file. We are passed an open - * file descriptor to the file an the archive structure that describes the + * file descriptor to the file and the archive structure that describes the * file we are storing. The variable "left" is modified to contain the * number of bytes of the file we were NOT able to write to the archive. * it is important that we always write EXACTLY the number of bytes that diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 91331d45016d..353959060408 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -95,10 +95,10 @@ int ftree_start(void) { /* - * set up the operation mode of fts, open the first file arg. We must + * Set up the operation mode of fts, open the first file arg. We must * use FTS_NOCHDIR, as the user may have to open multiple archives and * if fts did a chdir off into the boondocks, we may create an archive - * volume in an place where the user did not expect to. + * volume in a place where the user did not expect to. */ ftsopts = FTS_NOCHDIR; |
