lib.systems.parse.kernels: fix typo in comment

This commit is contained in:
Alyssa Ross 2021-06-01 14:52:18 +00:00
parent b7346a3c1d
commit 5a8372d04e
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ rec {
kernels = with execFormats; with kernelFamilies; setTypes types.openKernel {
# TODO(@Ericson2314): Don't want to mass-rebuild yet to keeping 'darwin' as
# the nnormalized name for macOS.
# the normalized name for macOS.
macos = { execFormat = macho; families = { inherit darwin; }; name = "darwin"; };
ios = { execFormat = macho; families = { inherit darwin; }; };
freebsd = { execFormat = elf; families = { inherit bsd; }; };