From 946fde9af0767ccafbd541b014fa41cc827e436b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 26 May 2019 00:41:45 -0400 Subject: [PATCH] grammar: it is / plural agreement Signed-off-by: Josh Soref --- cmd/zfs/zfs_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index c85154479cbf..c083a9710199 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)