diff options
author | Colin Ian King <colin.i.king@googlemail.com> | 2021-11-05 13:48:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-06 13:30:46 -0700 |
commit | 0107865541961ee128149c9873996d32143a74d0 (patch) | |
tree | c7fc0a165deb8e5bf3912a49f594b44dc3aacf3b /mm/damon/vaddr-test.h | |
parent | 0f91d13366a402420bf98eaaf393db03946c13e0 (diff) | |
download | linux-stable-0107865541961ee128149c9873996d32143a74d0.tar.gz linux-stable-0107865541961ee128149c9873996d32143a74d0.tar.bz2 linux-stable-0107865541961ee128149c9873996d32143a74d0.zip |
mm/damon: fix a few spelling mistakes in comments and a pr_debug message
There are a few spelling mistakes in the code. Fix these.
Link: https://lkml.kernel.org/r/20211028184157.614544-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/damon/vaddr-test.h')
-rw-r--r-- | mm/damon/vaddr-test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/damon/vaddr-test.h b/mm/damon/vaddr-test.h index 1f5c13257dba..ecfd0b2ed222 100644 --- a/mm/damon/vaddr-test.h +++ b/mm/damon/vaddr-test.h @@ -233,7 +233,7 @@ static void damon_test_apply_three_regions3(struct kunit *test) * and 70-100) has totally freed and mapped to different area (30-32 and * 65-68). The target regions which were in the old second and third big * regions should now be removed and new target regions covering the new second - * and third big regions should be crated. + * and third big regions should be created. */ static void damon_test_apply_three_regions4(struct kunit *test) { |