From: Antonio Alvarez Feijoo Date: Fri, 1 Apr 2022 07:28:16 +0000 (+0200) Subject: fix(dracut-functions.sh): correct wrong comment X-Git-Tag: 057~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0afa840e111e63da14edcb655886734b45d61c4b;p=thirdparty%2Fdracut.git fix(dracut-functions.sh): correct wrong comment --- diff --git a/dracut-functions.sh b/dracut-functions.sh index febfe270b..ff6749a15 100755 --- a/dracut-functions.sh +++ b/dracut-functions.sh @@ -930,7 +930,7 @@ block_is_nbd() { } # block_is_iscsi -# Check whether $1 is an nbd device +# Check whether $1 is an iSCSI device block_is_iscsi() { local _dir local _dev=$1