Merge pull request #12315 from tlevine/trackpoint-typo

trackpoint: fix typo in trackpoint speed description

+1 -1
+1 -1
nixos/modules/tasks/trackpoint.nix
··· 32 example = 255; 33 type = types.int; 34 description = '' 35 - Configure the trackpoint sensitivity. By default, the kernel 36 configures 97. 37 ''; 38 };
··· 32 example = 255; 33 type = types.int; 34 description = '' 35 + Configure the trackpoint speed. By default, the kernel 36 configures 97. 37 ''; 38 };