summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tar/tar.c
diff options
context:
space:
mode:
authorAlison C <alisonc@alisonc.net>2017-08-31 16:05:07 -0400
committerPrakash Surya <prakash.surya@delphix.com>2017-09-15 09:31:59 -0700
commita141dbd6230b88bf7da3b673ca0f9b46918d5684 (patch)
tree3b64deddc4c5f83f8cc68a28be9860f04c7a9047 /usr/src/cmd/tar/tar.c
parent30acb30daf662150e9e016113303bd74f2379dfc (diff)
downloadillumos-gate-a141dbd6230b88bf7da3b673ca0f9b46918d5684.tar.gz
8655 remove more gender specific language
Reviewed by: Jim Salter <github@jrs-s.net> Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/tar/tar.c')
-rw-r--r--usr/src/cmd/tar/tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/tar/tar.c b/usr/src/cmd/tar/tar.c
index 7b15c3c2b2..7aca75a35f 100644
--- a/usr/src/cmd/tar/tar.c
+++ b/usr/src/cmd/tar/tar.c
@@ -1465,8 +1465,8 @@ dorep(char *argv[])
* endtape checks the entry in dblock.dbuf to see if its the
* special EOT entry. Endtape is usually called after getdir().
*
- * endtape used to call backtape; it no longer does, it who
- * wants it backed up must call backtape himself
+ * endtape used to call backtape; it no longer does. If the caller
+ * wants the tape backed up, it must call backtape itself
* RETURNS: 0 if not EOT, tape position unaffected
* 1 if EOT, tape position unaffected
*/