From 54876ee85ee72512fe6ac80de7e3eb05fa41d75a Mon Sep 17 00:00:00 2001 From: Adi-Goll <68113680+Adi-Goll@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:55:03 -0800 Subject: [PATCH] Fix typo in vdev_raidz.c Change the spelling of "begining" on line 4875 to "beginning". Reviewed-by: Alexander Motin Reviewed-by: Brian Behlendorf Signed-off-by: Adi Gollamudi Closes #17905 --- module/zfs/vdev_raidz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zfs/vdev_raidz.c b/module/zfs/vdev_raidz.c index 56b8e3b60..5fe70ec2b 100644 --- a/module/zfs/vdev_raidz.c +++ b/module/zfs/vdev_raidz.c @@ -4872,7 +4872,7 @@ spa_raidz_expand_thread(void *arg, zthr_t *zthr) else vre->vre_offset = RRSS_GET_OFFSET(&spa->spa_ubsync); - /* Reflow the begining portion using the scratch area */ + /* Reflow the beginning portion using the scratch area */ if (vre->vre_offset == 0) { VERIFY0(dsl_sync_task(spa_name(spa), NULL, raidz_reflow_scratch_sync,