]> granicus.if.org Git - zfs/commitdiff
initramfs: Fix a spelling error
authorRichard Laager <rlaager@wiktel.com>
Thu, 2 Nov 2017 02:54:28 +0000 (21:54 -0500)
committerRichard Laager <rlaager@wiktel.com>
Thu, 2 Nov 2017 02:54:28 +0000 (21:54 -0500)
This fixes a typo in a comment.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
contrib/initramfs/scripts/zfs

index e01a9dd2a9a0a23ca5587c5e8213deef412f020f..f63a67792b4ae79ceeae2897b1b744c193c82eb3 100644 (file)
@@ -925,7 +925,7 @@ mountroot()
        #   NOTE: Mounted in the order specified in the
        #         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
        filesystems=$("${ZFS}" list -oname -tfilesystem -H -r "${ZFS_BOOTFS}")
        for fs in $filesystems $ZFS_INITRD_ADDITIONAL_DATASETS