Fix some typos in comments

This commit is contained in:
Alyssa Ross 2021-04-01 18:32:45 +00:00
parent 55416a463a
commit f67748ecda
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -414,7 +414,7 @@ mapAliases ({
memtest86 = memtest86plus; # added 2019-05-08
mesa_noglu = mesa; # added 2019-05-28
# NOTE: 2018-07-12: legacy alias:
# gcsecurity bussiness is done: https://www.theregister.co.uk/2018/02/08/bruce_perens_grsecurity_anti_slapp/
# grsecurity business is done: https://www.theregister.co.uk/2018/02/08/bruce_perens_grsecurity_anti_slapp/
# floating point textures patents are expired,
# so package reduced to alias
mesa_drivers = mesa.drivers;
@ -702,7 +702,7 @@ mapAliases ({
net_snmp = net-snmp; # added 2019-12-21
oracleXE = throw "oracleXE has been removed, as it's heavily outdated and unmaintained."; # added 2020-10-09
spaceOrbit = space-orbit; # addewd 2016-05-23
spaceOrbit = space-orbit; # added 2016-05-23
speech_tools = speech-tools; # added 2018-04-25
speedtest_cli = speedtest-cli; # added 2015-02-17
spice_gtk = spice-gtk; # added 2018-02-25