diff options
author | 2025-04-11 15:38:00 +0800 | |
---|---|---|
committer | 2025-05-11 17:48:31 -0700 | |
commit | 1477b8cd26883a78362057954a247dab3bc5d2fb (patch) | |
tree | f891cca2f3b155ae04c82ccaa81bec8e29bb8ec3 /samples | |
parent | mm/gup: clean up codes in fault_in_xxx() functions (diff) | |
download | linux-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.c | 2 |
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 |