diff options
author | Allan Jude <[email protected]> | 2022-05-31 18:37:46 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-31 15:37:46 -0700 |
commit | 2310dba9ebf6259515b63fda3202199831669271 (patch) | |
tree | b38fffdac33e0d569321f1347d2227dab16b84b7 /module | |
parent | a70e613070a8ca96f8214ba1ff61549cbbad0a2f (diff) |
Fix typo in zil_commit() comment block
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Allan Jude <[email protected]>
Closes #13518
Diffstat (limited to 'module')
-rw-r--r-- | module/zfs/zil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/zil.c b/module/zfs/zil.c index ec09691b2..9adf81551 100644 --- a/module/zfs/zil.c +++ b/module/zfs/zil.c @@ -2965,7 +2965,7 @@ zil_commit_itx_assign(zilog_t *zilog, zil_commit_waiter_t *zcw) * queue prior to zil_commit() having been called, and which itxs were * added after zil_commit() was called. * - * The commit it is special; it doesn't have any on-disk representation. + * The commit itx is special; it doesn't have any on-disk representation. * When a commit itx is "committed" to an lwb, the waiter associated * with it is linked onto the lwb's list of waiters. Then, when that lwb * completes, each waiter on the lwb's list is marked done and signaled |