diff options
| author | Ye Liu <liuye@kylinos.cn> | 2025-08-14 15:37:59 +0800 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2025-09-13 16:55:02 -0700 |
| commit | e4fe1388dfbdd9641331071cd9b4a9efa16da34d (patch) | |
| tree | f31c825cd4fbbb7c1576b202278b3502442787ce /mm/vma.h | |
| parent | 0c04015d45e6f102e14bde69b05a0a0591923248 (diff) | |
| download | tip-e4fe1388dfbdd9641331071cd9b4a9efa16da34d.tar.gz | |
mm: fix typos in VMA comments
Fix the following typos in VMA-related files:
1. "operationr" -> "operation" in mm/vma.h
2. "initialisaing" -> "initializing" in mm/vma_init.c
Link: https://lkml.kernel.org/r/20250814073800.13617-1-ye.liu@linux.dev
Signed-off-by: Ye Liu <liuye@kylinos.cn>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/vma.h')
| -rw-r--r-- | mm/vma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vma.h b/mm/vma.h index b123a9cdedb0d6..bcdc261c5b15c8 100644 --- a/mm/vma.h +++ b/mm/vma.h @@ -145,7 +145,7 @@ struct vma_merge_struct { */ bool __remove_middle :1; /* - * Internal flag used during the merge operationr to indicate we will + * Internal flag used during the merge operation to indicate we will * remove vmg->next. */ bool __remove_next :1; |
