From fcc9cf2d858e80b2e77f6d0d66e6d0e2dedf274b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Jul 2011 00:36:41 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=27930 --- modules/hardware/network/rtl8192c.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/network/rtl8192c.nix b/modules/hardware/network/rtl8192c.nix index fe9644c23a2..f02948745bb 100644 --- a/modules/hardware/network/rtl8192c.nix +++ b/modules/hardware/network/rtl8192c.nix @@ -10,7 +10,7 @@ default = false; type = pkgs.lib.types.bool; description = '' - Turn on this option if you want firmware for the RTL8192c (and related) NICs + Turn on this option if you want firmware for the RTL8192c (and related) NICs. ''; };