aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorEnze Li <lienze@kylinos.cn>2025-04-11 15:38:00 +0800
committerAndrew Morton <akpm@linux-foundation.org>2025-05-11 17:48:31 -0700
commit1477b8cd26883a78362057954a247dab3bc5d2fb (patch)
treef891cca2f3b155ae04c82ccaa81bec8e29bb8ec3 /samples
parentmm/gup: clean up codes in fault_in_xxx() functions (diff)
downloadlinux-rng-1477b8cd26883a78362057954a247dab3bc5d2fb.tar.xz
linux-rng-1477b8cd26883a78362057954a247dab3bc5d2fb.zip
samples/damon/prcl: fix a comment typo
This patch just fixes a typo in the comment. Link: https://lkml.kernel.org/r/20250411073800.1444481-1-lienze@kylinos.cn Signed-off-by: Enze Li <lienze@kylinos.cn> 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/prcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/damon/prcl.c b/samples/damon/prcl.c
index c3acbdab7a62..056b1b21a0fe 100644
--- a/samples/damon/prcl.c
+++ b/samples/damon/prcl.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/*
* proactive reclamation: monitor access pattern of a given process, find
- * regiosn that seems not accessed, and proactively page out the regions.
+ * regions that seems not accessed, and proactively page out the regions.
*/
#define pr_fmt(fmt) "damon_sample_prcl: " fmt