diff options
author | Toomas Soome <[email protected]> | 2018-03-10 15:01:46 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-04-15 10:59:13 -0700 |
commit | 5e567da987e3ba930cd908aae9f1d0373de9a0f8 (patch) | |
tree | 5d2555d3b8d8cd4b1518bbc3f52010db58194037 /module/zfs/zfs_acl.c | |
parent | cbb893321545c2c9052787b556c9375fcb103979 (diff) |
OpenZFS 9213 - zfs: sytem typo
Authored by: Toomas Soome <[email protected]>
Reviewed by: C Fraire <[email protected]>
Reviewed by: Andy Fiddaman <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Approved by: Joshua M. Clulow <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
Porting Notes:
* The additional instances of this typo addressed in the OpenZFS
patch were already resolved.
OpenZFS-issue: https://illumos.org/issues/9213
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/edc8ef7d92
Closes #7436
Diffstat (limited to 'module/zfs/zfs_acl.c')
-rw-r--r-- | module/zfs/zfs_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/zfs_acl.c b/module/zfs/zfs_acl.c index b366e8f1c..9fee47445 100644 --- a/module/zfs/zfs_acl.c +++ b/module/zfs/zfs_acl.c @@ -2471,7 +2471,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 |