Remove part of a comment which is incorrect

This commit is contained in:
Brian Murray 2023-10-31 00:01:48 -07:00
parent cf8b696ec2
commit 22a26cc97a

View File

@ -99,7 +99,7 @@ fi
case $arch in
# ARM, ppc, riscv64 and s390x images are special
# ppc, riscv64 and s390x images are special
powerpc|ppc64el|s390x|riscv64)
exit 0
;;