From 2310dba9ebf6259515b63fda3202199831669271 Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Tue, 31 May 2022 18:37:46 -0400 Subject: [PATCH] Fix typo in zil_commit() comment block Reviewed-by: Brian Behlendorf Reviewed-by: Ryan Moeller Signed-off-by: Allan Jude Closes #13518 --- module/zfs/zil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zfs/zil.c b/module/zfs/zil.c index ec09691b24..9adf815517 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