Merge pull request #120105 from Luflosi/fix-typo-in-cpu-freq-description

nixos/cpu-freq: fix typo in description
This commit is contained in:
Fabian Affolter
2021-04-22 00:55:45 +02:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ in
default = null;
example = "ondemand";
description = ''
Configure the governor used to regulate the frequence of the
Configure the governor used to regulate the frequency of the
available CPUs. By default, the kernel configures the
performance governor, although this may be overwritten in your
hardware-configuration.nix file.