From 11b9dcfb2d30a8d05a424bb2a9a6d26ef39aabbb Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Wed, 1 Nov 2017 21:54:28 -0500 Subject: initramfs: Fix a spelling error This fixes a typo in a comment. Signed-off-by: Richard Laager --- contrib/initramfs/scripts/zfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/initramfs/scripts/zfs b/contrib/initramfs/scripts/zfs index e01a9dd2a..f63a67792 100644 --- a/contrib/initramfs/scripts/zfs +++ b/contrib/initramfs/scripts/zfs @@ -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 -- cgit v1.2.3