aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/mmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/zfs/mmp.c')
-rw-r--r--module/zfs/mmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/zfs/mmp.c b/module/zfs/mmp.c
index 1ffd862da126..810d20fdd95c 100644
--- a/module/zfs/mmp.c
+++ b/module/zfs/mmp.c
@@ -87,12 +87,12 @@
*
* In this case, a weak guarantee is provided. Since the host which last had
* the pool imported will suspend the pool if no mmp writes land within
- * fail_intervals * multihost_interval ms, the absense of writes during that
+ * fail_intervals * multihost_interval ms, the absence of writes during that
* time means either the pool is not imported, or it is imported but the pool
* is suspended and no further writes will occur.
*
* Note that resuming the suspended pool on the remote host would invalidate
- * this gurantee, and so it is not allowed.
+ * this guarantee, and so it is not allowed.
*
* The factor of 2 provides a conservative safety factor and derives from
* MMP_IMPORT_SAFETY_FACTOR;