From 9a44eeaa22804872de30ab184f32b8bf9adead6e Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 16 Jul 2018 02:40:06 +0200 Subject: modules/zswap: Fix typos in description Signed-off-by: aszlig --- modules/system/kernel/zswap.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/system/kernel') 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 - z3fold for pooling and zstd for - compression, if available (otherwise it falls back to - lzo). + Whether to enable support for zswap with z3fold for + pooling and zstd for compression, if available + (otherwise it falls back to lzo). Zswap is a compressed cache for swap pages, which is especially useful for machines with limited RAM. -- cgit 1.4.1