From a01a1095e4226dcb3ba68937831c7cc90a8eedea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 1 Aug 2022 14:14:12 +0200 Subject: [PATCH] amd pstate: small typo --- common/cpu/amd/pstate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cpu/amd/pstate.nix b/common/cpu/amd/pstate.nix index efd01f1..7d5c2c0 100644 --- a/common/cpu/amd/pstate.nix +++ b/common/cpu/amd/pstate.nix @@ -1,6 +1,6 @@ { lib, config, ... }: { # Enables the amd cpu scaling https://www.kernel.org/doc/html/latest/admin-guide/pm/amd-pstate.html - # On recent AMD cupus this can be more energy efficient + # On recent AMD CPUs this can be more energy efficient. imports = [ ./. ]; boot = lib.mkIf (lib.versionAtLeast config.boot.kernelPackages.kernel.version "5.17") {