aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon/zfeature_common.c
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-08-30 23:32:18 +0200
committerBrian Behlendorf <[email protected]>2019-08-30 14:32:18 -0700
commit9f5c1bc60935068d947dd596a7dbefdf4d04efd7 (patch)
tree2f7e8c3531c1f0809863cdd862e6b79f398cf6fd /module/zcommon/zfeature_common.c
parent9d40bdf414e9baa8fcaf60188e2067e7ec3c1f0f (diff)
Fix typos in module/
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #9241
Diffstat (limited to 'module/zcommon/zfeature_common.c')
-rw-r--r--module/zcommon/zfeature_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zcommon/zfeature_common.c b/module/zcommon/zfeature_common.c
index 8e1aef5da..e5a1aff9c 100644
--- a/module/zcommon/zfeature_common.c
+++ b/module/zcommon/zfeature_common.c
@@ -551,7 +551,7 @@ zpool_feature_init(void)
zfeature_register(SPA_FEATURE_RESILVER_DEFER,
"com.datto:resilver_defer", "resilver_defer",
- "Support for defering new resilvers when one is already running.",
+ "Support for deferring new resilvers when one is already running.",
ZFEATURE_FLAG_READONLY_COMPAT, ZFEATURE_TYPE_BOOLEAN, NULL);
}