Commit 1a44131d authored by Sophia Gabriella's avatar Sophia Gabriella Committed by akpm

mm: Kconfig: fix typo

Fixes a typo in the help section for ZSWAP.

Link: https://lkml.kernel.org/r/Message-ID:
Signed-off-by: default avatarSophia Gabriella <sophia.gabriellla@outlook.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 96f96763
...@@ -33,7 +33,7 @@ config ZSWAP ...@@ -33,7 +33,7 @@ config ZSWAP
pages that are in the process of being swapped out and attempts to pages that are in the process of being swapped out and attempts to
compress them into a dynamically allocated RAM-based memory pool. compress them into a dynamically allocated RAM-based memory pool.
This can result in a significant I/O reduction on swap device and, This can result in a significant I/O reduction on swap device and,
in the case where decompressing from RAM is faster that swap device in the case where decompressing from RAM is faster than swap device
reads, can also improve workload performance. reads, can also improve workload performance.
This is marked experimental because it is a new feature (as of This is marked experimental because it is a new feature (as of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment