]> git.proxmox.com Git - mirror_zfs.git/commitdiff
grammar: it is / plural agreement
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 28 May 2019 22:58:32 +0000 (18:58 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 28 May 2019 22:58:32 +0000 (15:58 -0700)
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Matt Ahrens <mahrens@delphix.com>
Reviewed-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Closes #8818

cmd/zfs/zfs_main.c

index d75f089acd1fbd2c4738c8705858125765962f9a..214a437c5dd1465a541be864c11b6d99590231e7 100644 (file)
@@ -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)