about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.2.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-06-19 15:01:49 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-06-19 15:01:49 +0000
commitcf6db2bbac96c347110f8f4d61c7643edd9e46e7 (patch)
tree5f323a1dbbb43d3c9e6680865a59e607440fd288 /pkgs/os-specific/linux/kernel/linux-3.2.nix
parent4007f293677bfc9cd535cbd93c0cc9da35ca7a4b (diff)
downloadnixlib-cf6db2bbac96c347110f8f4d61c7643edd9e46e7.tar
nixlib-cf6db2bbac96c347110f8f4d61c7643edd9e46e7.tar.gz
nixlib-cf6db2bbac96c347110f8f4d61c7643edd9e46e7.tar.bz2
nixlib-cf6db2bbac96c347110f8f4d61c7643edd9e46e7.tar.lz
nixlib-cf6db2bbac96c347110f8f4d61c7643edd9e46e7.tar.xz
nixlib-cf6db2bbac96c347110f8f4d61c7643edd9e46e7.tar.zst
nixlib-cf6db2bbac96c347110f8f4d61c7643edd9e46e7.zip
* "powermanagement" is not a word.
svn path=/nixpkgs/trunk/; revision=34557
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-3.2.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.2.nix b/pkgs/os-specific/linux/kernel/linux-3.2.nix
index 19716169d6d1..faf79891dbb6 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.2.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.2.nix
@@ -5,7 +5,7 @@ args @ { stdenv, fetchurl, userModeLinux ? false, extraConfig ? ""
 let
   configWithPlatform = kernelPlatform :
     ''
-      # powermanagement and debugging for powertop
+      # Power management and debugging for powertop.
       DEBUG_KERNEL y
       PM_ADVANCED_DEBUG y
       PM_RUNTIME y