]> git.ipfire.org Git - thirdparty/linux.git/commit
mm: fix typos in comments in mm_init.c
authorPrabhav Kumar Vaish <pvkumar5749404@gmail.com>
Sun, 20 Apr 2025 14:04:40 +0000 (19:34 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 13 May 2025 06:50:31 +0000 (23:50 -0700)
commit09b988a3826eb758d4b36dec4a9b23c18c209b34
tree1ed8fb7513ecf6763e96cc2e0b39a2c8ce80ab3a
parent82a08bde3cf7bbbe90de57baa181bebf676582c7
mm: fix typos in comments in mm_init.c

Corrected minor typos in comments:
- 'contigious' -> 'contiguous'
- 'hierarcy' -> 'hierarchy'

This is a non-functional change in comment text only.

Link: https://lkml.kernel.org/r/20250420140440.18817-1-pvkumar5749404@gmail.com
Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com>
Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mm_init.c