From edc8ef7d921c96b23969898aeb766cb24960bda7 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sat, 10 Mar 2018 15:01:46 -0800 Subject: [PATCH] 9213 zfs: sytem typo Reviewed by: C Fraire Reviewed by: Andy Fiddaman Approved by: Joshua M. Clulow --- usr/src/cmd/zfs/zfs_main.c | 2 +- usr/src/cmd/zpool/zpool_main.c | 2 +- usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh | 3 ++- usr/src/test/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh | 2 +- usr/src/test/zfs-tests/tests/functional/refquota/refquota_005_pos.ksh | 2 +- .../test/zfs-tests/tests/functional/refreserv/refreserv_005_pos.ksh | 2 +- usr/src/test/zfs-tests/tests/functional/rootpool/rootpool_003_neg.ksh | 2 +- usr/src/uts/common/fs/zfs/zfs_acl.c | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/usr/src/cmd/zfs/zfs_main.c b/usr/src/cmd/zfs/zfs_main.c index 51142a5745..9ab006bfaa 100644 --- a/usr/src/cmd/zfs/zfs_main.c +++ b/usr/src/cmd/zfs/zfs_main.c @@ -2188,7 +2188,7 @@ zfs_do_upgrade(int argc, char **argv) if (cb.cb_numfailed != 0) ret = 1; } else { - /* List old-version filesytems */ + /* List old-version filesystems */ boolean_t found; (void) printf(gettext("This system is currently running " "ZFS filesystem version %llu.\n\n"), ZPL_VERSION); diff --git a/usr/src/cmd/zpool/zpool_main.c b/usr/src/cmd/zpool/zpool_main.c index b945faaf80..448a2ce9ab 100644 --- a/usr/src/cmd/zpool/zpool_main.c +++ b/usr/src/cmd/zpool/zpool_main.c @@ -1826,7 +1826,7 @@ show_import(nvlist_t *config) case ZPOOL_STATUS_UNSUP_FEAT_READ: (void) printf(gettext("status: The pool uses the following " - "feature(s) not supported on this sytem:\n")); + "feature(s) not supported on this system:\n")); zpool_print_unsup_feat(config); break; diff --git a/usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh b/usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh index d3ceee5a71..1f8d96e9ea 100644 --- a/usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh +++ b/usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh @@ -38,7 +38,8 @@ # # STRATEGY: # 1. create pools based on a valid vdev -# 2. create a filesytem on this pool and set the compression property to gzip1-9 +# 2. create a filesystem on this pool and set the compression property to +# gzip1-9 # 3. set the pool's bootfs property to filesystem we just configured which # should not fail # diff --git a/usr/src/test/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh b/usr/src/test/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh index 291cfbd25c..0691c36309 100644 --- a/usr/src/test/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh +++ b/usr/src/test/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh @@ -37,7 +37,7 @@ # # STRATEGY: # 1. Setting refquota < quota -# 2. Create file in filesytem, take snapshot and remove the file +# 2. Create file in filesystem, take snapshot and remove the file # 3. Verify snapshot will not consume refquota # diff --git a/usr/src/test/zfs-tests/tests/functional/refquota/refquota_005_pos.ksh b/usr/src/test/zfs-tests/tests/functional/refquota/refquota_005_pos.ksh index 16c2ae7851..13977bc3b4 100644 --- a/usr/src/test/zfs-tests/tests/functional/refquota/refquota_005_pos.ksh +++ b/usr/src/test/zfs-tests/tests/functional/refquota/refquota_005_pos.ksh @@ -37,7 +37,7 @@ # # STRATEGY: # 1. Setting refquota < quota for parent -# 2. Create file in sub-filesytem, take snapshot and remove the file +# 2. Create file in sub-filesystem, take snapshot and remove the file # 3. Verify sub-filesystem snapshot will not consume refquota # diff --git a/usr/src/test/zfs-tests/tests/functional/refreserv/refreserv_005_pos.ksh b/usr/src/test/zfs-tests/tests/functional/refreserv/refreserv_005_pos.ksh index 29651b2f5d..7bbdff45d0 100644 --- a/usr/src/test/zfs-tests/tests/functional/refreserv/refreserv_005_pos.ksh +++ b/usr/src/test/zfs-tests/tests/functional/refreserv/refreserv_005_pos.ksh @@ -37,7 +37,7 @@ # # STRATEGY: # 1. Create volume on filesystem -# 2. Setting quota for parenet filesytem +# 2. Setting quota for parenet filesystem # 3. Verify volume refreservation is only limited by volsize # 4. Verify volume refreservation can be changed when volsize changed # diff --git a/usr/src/test/zfs-tests/tests/functional/rootpool/rootpool_003_neg.ksh b/usr/src/test/zfs-tests/tests/functional/rootpool/rootpool_003_neg.ksh index 5fd8027f89..2a057f51e7 100644 --- a/usr/src/test/zfs-tests/tests/functional/rootpool/rootpool_003_neg.ksh +++ b/usr/src/test/zfs-tests/tests/functional/rootpool/rootpool_003_neg.ksh @@ -47,7 +47,7 @@ # verify_runnable "global" -log_assert "system related filesytems can not be renamed or destroyed" +log_assert "system related filesystems can not be renamed or destroyed" typeset rootpool=$(get_rootpool) typeset rootfs=$(get_rootfs) diff --git a/usr/src/uts/common/fs/zfs/zfs_acl.c b/usr/src/uts/common/fs/zfs/zfs_acl.c index e7a32575ee..5906db3656 100644 --- a/usr/src/uts/common/fs/zfs/zfs_acl.c +++ b/usr/src/uts/common/fs/zfs/zfs_acl.c @@ -2371,7 +2371,7 @@ slow: /* * Determine whether Access should be granted/denied. * - * The least priv subsytem is always consulted as a basic privilege + * The least priv subsystem is always consulted as a basic privilege * can define any form of access. */ int -- 2.11.4.GIT