From 1477b8cd26883a78362057954a247dab3bc5d2fb Mon Sep 17 00:00:00 2001 From: Enze Li Date: Fri, 11 Apr 2025 15:38:00 +0800 Subject: [PATCH] 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 Reviewed-by: SeongJae Park Signed-off-by: Andrew Morton --- samples/damon/prcl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/damon/prcl.c b/samples/damon/prcl.c index c3acbdab7a620..056b1b21a0fe9 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 -- 2.47.2