about summary refs log tree commit diff
path: root/modules/system
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-07-16 02:40:06 +0200
committeraszlig <aszlig@nix.build>2018-07-16 02:40:06 +0200
commit9a44eeaa22804872de30ab184f32b8bf9adead6e (patch)
tree215dbfdcd2c414b199744285f3b0b00142f392e8 /modules/system
parent452fb394991d517d38e15979b39cf47355b509f8 (diff)
modules/zswap: Fix typos in description
Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/kernel/zswap.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/system/kernel/zswap.nix b/modules/system/kernel/zswap.nix
index 43b89ca6..eabe4931 100644
--- a/modules/system/kernel/zswap.nix
+++ b/modules/system/kernel/zswap.nix
@@ -8,10 +8,9 @@ in {
     type = lib.types.bool;
     default = false;
     description = ''
-      Whether to enable support for zswap with the use of the
-      <literal>z3fold</literal> for pooling and <literal>zstd</literal> for
-      compression, if available (otherwise it falls back to
-      <literal>lzo</literal>).
+      Whether to enable support for zswap with <literal>z3fold</literal> for
+      pooling and <literal>zstd</literal> for compression, if available
+      (otherwise it falls back to <literal>lzo</literal>).
 
       Zswap is a compressed cache for swap pages, which is especially useful
       for machines with limited RAM.