summaryrefslogtreecommitdiffstats
path: root/nixos/modules/tasks/trackpoint.nix
diff options
context:
space:
mode:
authorThomas Levine <_@thomaslevine.com>2016-01-10 23:26:27 +0000
committerThomas Levine <_@thomaslevine.com>2016-01-11 04:12:04 +0000
commit2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699 (patch)
tree6d4ed52f8d050839214f12a58692a515693671f1 /nixos/modules/tasks/trackpoint.nix
parent4e50af7e63388440554797e6e029040df052cc47 (diff)
trackpoint: fix typo in configuration description
I fixed a typo in the description for hardware.trackpoint.speed.
Diffstat (limited to 'nixos/modules/tasks/trackpoint.nix')
-rw-r--r--nixos/modules/tasks/trackpoint.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/trackpoint.nix b/nixos/modules/tasks/trackpoint.nix
index bd340869d69f..32e69dd2bf58 100644
--- a/nixos/modules/tasks/trackpoint.nix
+++ b/nixos/modules/tasks/trackpoint.nix
@@ -32,7 +32,7 @@ with lib;
example = 255;
type = types.int;
description = ''
- Configure the trackpoint sensitivity. By default, the kernel
+ Configure the trackpoint speed. By default, the kernel
configures 97.
'';
};