Correct a spelling mistake

This commit is contained in:
Edward Betts 2021-10-08 12:17:20 +01:00 committed by Martin Wimpress
parent 60a64b73aa
commit 6332e037a0

View File

@ -321,7 +321,7 @@ function vm_boot() {
fi fi
# Tune Qemu optimisations based on the macOS release, or fallback to lowest # Tune Qemu optimisations based on the macOS release, or fallback to lowest
# common supported options if none is specificed. # common supported options if none is specified.
# * VirtIO Block Media doesn't work in High Sierra (at all) or the Mojave (Recovery Image) # * VirtIO Block Media doesn't work in High Sierra (at all) or the Mojave (Recovery Image)
# * VirtIO Network is supported in Big Sur # * VirtIO Network is supported in Big Sur
# * VirtIO Memory Balloning is supported in Big Sur (https://pmhahn.github.io/virtio-balloon/) # * VirtIO Memory Balloning is supported in Big Sur (https://pmhahn.github.io/virtio-balloon/)