Skip to content

Commit

Permalink
ARM: 9023/1: Spelling s/mmeory/memory/
Browse files Browse the repository at this point in the history
Fix a misspelling of the word "memory".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
  • Loading branch information
Geert Uytterhoeven authored and Russell King committed Nov 12, 2020
1 parent 735e8d9 commit df8eda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ void __init setup_arch(char **cmdline_p)
efi_init();
/*
* Make sure the calculation for lowmem/highmem is set appropriately
* before reserving/allocating any mmeory
* before reserving/allocating any memory
*/
adjust_lowmem_bounds();
arm_memblock_init(mdesc);
Expand Down

0 comments on commit df8eda0

Please sign in to comment.