diff options
author | Richard Laager <[email protected]> | 2017-11-01 21:54:28 -0500 |
---|---|---|
committer | Richard Laager <[email protected]> | 2017-11-01 21:54:28 -0500 |
commit | 11b9dcfb2d30a8d05a424bb2a9a6d26ef39aabbb (patch) | |
tree | 0131aad080ed387260ac805f82f1dd5bcc1dd98e /contrib/initramfs/scripts/zfs | |
parent | 4767c7a14e3b5f242746755d33d69edf81c6194f (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/zfs')
-rw-r--r-- | contrib/initramfs/scripts/zfs | 2 |
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 |