From 2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 10 Jan 2016 23:26:27 +0000 Subject: trackpoint: fix typo in configuration description I fixed a typo in the description for hardware.trackpoint.speed. --- nixos/modules/tasks/trackpoint.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tasks/trackpoint.nix b/nixos/modules/tasks/trackpoint.nix index bd340869d69..32e69dd2bf5 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. ''; }; -- cgit 1.4.1