From: Enze Li Date: Fri, 11 Apr 2025 07:38:00 +0000 (+0800) Subject: samples/damon/prcl: fix a comment typo X-Git-Tag: v6.16-rc1~92^2~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1477b8cd26883a78362057954a247dab3bc5d2fb;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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