summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/activemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/hastd/activemap.c')
-rw-r--r--sbin/hastd/activemap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/hastd/activemap.c b/sbin/hastd/activemap.c
index e388bb2..64b95e3 100644
--- a/sbin/hastd/activemap.c
+++ b/sbin/hastd/activemap.c
@@ -219,7 +219,7 @@ keepdirty_add(struct activemap *amp, int extent)
kd = keepdirty_find(amp, extent);
if (kd != NULL) {
/*
- * Only move element at the begining.
+ * Only move element at the beginning.
*/
TAILQ_REMOVE(&amp->am_keepdirty, kd, kd_next);
TAILQ_INSERT_HEAD(&amp->am_keepdirty, kd, kd_next);
@@ -573,7 +573,7 @@ activemap_sync_rewind(struct activemap *amp)
return;
}
/*
- * Mark that we want to start synchronization from the begining.
+ * Mark that we want to start synchronization from the beginning.
*/
amp->am_syncoff = -1;
}
OpenPOWER on IntegriCloud