]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(dracut-functions.sh): correct wrong comment
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 1 Apr 2022 07:28:16 +0000 (09:28 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 9 Apr 2022 08:11:46 +0000 (08:11 +0000)
dracut-functions.sh

index febfe270b649f6a36fa2ac2f607551bcd5b3d83e..ff6749a151c29de39655bad4b3c6b499a7b70d3c 100755 (executable)
@@ -930,7 +930,7 @@ block_is_nbd() {
 }
 
 # block_is_iscsi <maj:min>
-# Check whether $1 is an nbd device
+# Check whether $1 is an iSCSI device
 block_is_iscsi() {
     local _dir
     local _dev=$1