Fix some typos in comments

This commit is contained in:
Alyssa Ross
2021-04-01 18:34:27 +00:00
parent 55416a463a
commit f67748ecda
2 changed files with 3 additions and 3 deletions
@@ -533,7 +533,7 @@ let
KVM_VFIO = yes;
KSM = yes;
VIRT_DRIVERS = yes;
# We nneed 64 GB (PAE) support for Xen guest support
# We need 64 GB (PAE) support for Xen guest support
HIGHMEM64G = { optional = true; tristate = mkIf (!stdenv.is64bit) "y";};
VFIO_PCI_VGA = mkIf stdenv.is64bit yes;