summary refs log tree commit diff
path: root/nixos/modules/hardware/pcmcia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/pcmcia.nix')
-rw-r--r--nixos/modules/hardware/pcmcia.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/pcmcia.nix b/nixos/modules/hardware/pcmcia.nix
index dea04ac753c..20684656750 100644
--- a/nixos/modules/hardware/pcmcia.nix
+++ b/nixos/modules/hardware/pcmcia.nix
@@ -36,7 +36,7 @@ in
       config = mkOption {
         default = null;
         description = ''
-          Path to the configuration file which map the memory, irq
+          Path to the configuration file which maps the memory, IRQs
           and ports used by the PCMCIA hardware.
         '';
       };