Skip to content

Commit 1a44131

Browse files
Sophia Gabriellaakpm00
authored andcommitted
mm: Kconfig: fix typo
Fixes a typo in the help section for ZSWAP. Link: https://lkml.kernel.org/r/Message-ID: Signed-off-by: Sophia Gabriella <sophia.gabriellla@outlook.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 96f9676 commit 1a44131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ config ZSWAP
3333
pages that are in the process of being swapped out and attempts to
3434
compress them into a dynamically allocated RAM-based memory pool.
3535
This can result in a significant I/O reduction on swap device and,
36-
in the case where decompressing from RAM is faster that swap device
36+
in the case where decompressing from RAM is faster than swap device
3737
reads, can also improve workload performance.
3838

3939
This is marked experimental because it is a new feature (as of

0 commit comments

Comments
 (0)