aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/initramfs/scripts
diff options
context:
space:
mode:
authorRichard Laager <[email protected]>2017-11-01 21:54:28 -0500
committerRichard Laager <[email protected]>2017-11-01 21:54:28 -0500
commit11b9dcfb2d30a8d05a424bb2a9a6d26ef39aabbb (patch)
tree0131aad080ed387260ac805f82f1dd5bcc1dd98e /contrib/initramfs/scripts
parent4767c7a14e3b5f242746755d33d69edf81c6194f (diff)
initramfs: Fix a spelling error
This fixes a typo in a comment. Signed-off-by: Richard Laager <[email protected]>
Diffstat (limited to 'contrib/initramfs/scripts')
-rw-r--r--contrib/initramfs/scripts/zfs2
1 files changed, 1 insertions, 1 deletions
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