summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJosh Soref <[email protected]>2019-05-28 18:58:32 -0400
committerBrian Behlendorf <[email protected]>2019-05-28 15:58:32 -0700
commit46df7e6cc97c5c95acdb54abe8b078d7ed410c64 (patch)
tree2486aad3d3cc529deffde0882d949be520494010 /cmd
parent5691b86ce5e28fc551786bc97567c161ffc6c347 (diff)
grammar: it is / plural agreement
Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Matt Ahrens <[email protected]> Reviewed-by: Chris Dunlop <[email protected]> Signed-off-by: Josh Soref <[email protected]> Closes #8818
Diffstat (limited to 'cmd')
-rw-r--r--cmd/zfs/zfs_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c
index d75f089ac..214a437c5 100644
--- a/cmd/zfs/zfs_main.c
+++ b/cmd/zfs/zfs_main.c
@@ -6733,8 +6733,8 @@ unshare_unmount_compare(const void *larg, const void *rarg, void *unused)
/*
* Convenience routine used by zfs_do_umount() and manual_unmount(). Given an
- * absolute path, find the entry /proc/self/mounts, verify that its a
- * ZFS filesystems, and unmount it appropriately.
+ * absolute path, find the entry /proc/self/mounts, verify that it's a
+ * ZFS filesystem, and unmount it appropriately.
*/
static int
unshare_unmount_path(int op, char *path, int flags, boolean_t is_manual)