mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-14 01:02:04 +03:00
Fix typo in vdev_raidz.c
Change the spelling of "begining" on line 4875 to "beginning". Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Adi Gollamudi <adigollamudi@gmail.com> Closes #17905
This commit is contained in:
parent
4fd926ab40
commit
015729a11b
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user