From 0afa840e111e63da14edcb655886734b45d61c4b Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Fri, 1 Apr 2022 09:28:16 +0200 Subject: [PATCH] fix(dracut-functions.sh): correct wrong comment --- dracut-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut-functions.sh b/dracut-functions.sh index febfe270b6..ff6749a151 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