9213 zfs: sytem typo
illumos/illumos-gate@edc8ef7d92 Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Joshua M. Clulow <josh@sysmgr.org> Author: Toomas Soome <tsoome@me.com>
This commit is contained in:
parent
057fec9070
commit
6027cbd474
@ -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);
|
||||
|
@ -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;
|
||||
|
||||
|
@ -2371,7 +2371,7 @@ zfs_fastaccesschk_execute(znode_t *zdp, cred_t *cr)
|
||||
/*
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user