Skip to content

Commit 6453aa7

Browse files
pcd1193182ahrens
andauthored
Fix typo in handoff_check comment
Co-Authored-By: Matthew Ahrens <[email protected]>
1 parent 2e28c8a commit 6453aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/zfs/dsl_dataset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3087,7 +3087,7 @@ dsl_dataset_handoff_check(dsl_dataset_t *ds, void *owner, dmu_tx_t *tx)
30873087
uint64_t holds = zfs_refcount_count(&ds->ds_longholds) -
30883088
(owner != NULL ? 1 : 0);
30893089
/*
3090-
* The value of dd_activity_waiters can chance as soon as we drop the
3090+
* The value of dd_activity_waiters can change as soon as we drop the
30913091
* lock, but we're fine with that; new waiters coming in or old
30923092
* waiters leaving doesn't cause problems, since we're going to cancel
30933093
* waiters later anyway. The goal of this check is to verify that no

0 commit comments

Comments
 (0)