Skip to content

Commit 11b9dcf

Browse files
committed
initramfs: Fix a spelling error
This fixes a typo in a comment. Signed-off-by: Richard Laager <[email protected]>
1 parent 4767c7a commit 11b9dcf

File tree

1 file changed

+1
-1
lines changed
  • contrib/initramfs/scripts

1 file changed

+1
-1
lines changed

contrib/initramfs/scripts/zfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ mountroot()
925925
# NOTE: Mounted in the order specified in the
926926
# ZFS_INITRD_ADDITIONAL_DATASETS variable so take care!
927927

928-
# Go through the complete list (recursivly) of all filesystems below
928+
# Go through the complete list (recursively) of all filesystems below
929929
# the real root dataset
930930
filesystems=$("${ZFS}" list -oname -tfilesystem -H -r "${ZFS_BOOTFS}")
931931
for fs in $filesystems $ZFS_INITRD_ADDITIONAL_DATASETS

0 commit comments

Comments
 (0)