initramfs: Fix a spelling error

This fixes a typo in a comment.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager 2017-11-01 21:54:28 -05:00
parent 4767c7a14e
commit 11b9dcfb2d
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ mountroot()
# NOTE: Mounted in the order specified in the # NOTE: Mounted in the order specified in the
# ZFS_INITRD_ADDITIONAL_DATASETS variable so take care! # ZFS_INITRD_ADDITIONAL_DATASETS variable so take care!
# Go through the complete list (recursivly) of all filesystems below # Go through the complete list (recursively) of all filesystems below
# the real root dataset # the real root dataset
filesystems=$("${ZFS}" list -oname -tfilesystem -H -r "${ZFS_BOOTFS}") filesystems=$("${ZFS}" list -oname -tfilesystem -H -r "${ZFS_BOOTFS}")
for fs in $filesystems $ZFS_INITRD_ADDITIONAL_DATASETS for fs in $filesystems $ZFS_INITRD_ADDITIONAL_DATASETS