summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorSeongjun Kim <bus710@gmail.com>2025-02-26 10:42:04 -0800
committerAndrew Morton <akpm@linux-foundation.org>2025-03-17 00:05:29 -0700
commita58f3dcf20ea9e7e968ee8369fd782bbb53dff73 (patch)
tree40f0dad38be3878d0b8d9f4d5b1a864feec25d85 /samples
parentebc29409c2966bd6a6215b27fc654de7f55ce099 (diff)
samples/damon: a typo in the kconfig - sameple
There is a typo in the Kconfig file of the damon sample module. Correct it: s/sameple/sample/ Link: https://lkml.kernel.org/r/20250226184204.29370-1-sj@kernel.org Signed-off-by: Seongjun Kim <bus710@gmail.com> Signed-off-by: SeongJae Park <sj@kernel.org> Reviewed-by: SeongJae Park <sj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'samples')
-rw-r--r--samples/damon/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/damon/Kconfig b/samples/damon/Kconfig
index 63f6dcd71daa..564c49ed69a2 100644
--- a/samples/damon/Kconfig
+++ b/samples/damon/Kconfig
@@ -3,7 +3,7 @@
menu "DAMON Samples"
config SAMPLE_DAMON_WSSE
- bool "DAMON sameple module for working set size estimation"
+ bool "DAMON sample module for working set size estimation"
depends on DAMON && DAMON_VADDR
help
This builds DAMON sample module for working set size estimation.
@@ -15,7 +15,7 @@ config SAMPLE_DAMON_WSSE
If unsure, say N.
config SAMPLE_DAMON_PRCL
- bool "DAMON sameple module for access-aware proactive reclamation"
+ bool "DAMON sample module for access-aware proactive reclamation"
depends on DAMON && DAMON_VADDR
help
This builds DAMON sample module for access-aware proactive