summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-22 00:16:15 +0000
committerGitHub <noreply@github.com>2021-04-22 00:16:15 +0000
commit77694c34c6265f898ea8aea639c8bd1eaa4d4c96 (patch)
tree54b067ec34b0760d1dd3ef171516a91517aa6dae /nixos
parent25ef296a8ca511fb7c7623771011e8ccb916f590 (diff)
parentca79e14afe9b5d4c5e32c6fcc3f0c43a388971b8 (diff)
downloadnixpkgs-77694c34c6265f898ea8aea639c8bd1eaa4d4c96.tar
nixpkgs-77694c34c6265f898ea8aea639c8bd1eaa4d4c96.tar.gz
nixpkgs-77694c34c6265f898ea8aea639c8bd1eaa4d4c96.tar.bz2
nixpkgs-77694c34c6265f898ea8aea639c8bd1eaa4d4c96.tar.lz
nixpkgs-77694c34c6265f898ea8aea639c8bd1eaa4d4c96.tar.xz
nixpkgs-77694c34c6265f898ea8aea639c8bd1eaa4d4c96.tar.zst
nixpkgs-77694c34c6265f898ea8aea639c8bd1eaa4d4c96.zip
Merge master into staging-next
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/tasks/cpu-freq.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/cpu-freq.nix b/nixos/modules/tasks/cpu-freq.nix
index 513382936e4..f1219c07c50 100644
--- a/nixos/modules/tasks/cpu-freq.nix
+++ b/nixos/modules/tasks/cpu-freq.nix
@@ -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.