diff options
author | Wang Yong <yongw.kernel@gmail.com> | 2022-12-11 11:38:49 +0100 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2023-01-11 12:45:03 +0100 |
commit | b7d1f15b5c274999dfe8dda60a9a516eebfbc3d0 (patch) | |
tree | c40fd60e3f6cfc5bfd058aa9a68a506d1a0ac94f /arch/x86/kernel/e820.c | |
parent | Linux 6.2-rc3 (diff) | |
download | linux-b7d1f15b5c274999dfe8dda60a9a516eebfbc3d0.tar.xz linux-b7d1f15b5c274999dfe8dda60a9a516eebfbc3d0.zip |
x86/boot/e820: Fix typo in e820.c comment
change "itsmain" to "its main".
Fixes: 544a0f47e780 ("x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description")
Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20221211103849.173870-1-yongw.kernel@gmail.com
Diffstat (limited to 'arch/x86/kernel/e820.c')
-rw-r--r-- | arch/x86/kernel/e820.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c index 9dac24680ff8..0614a79c4619 100644 --- a/arch/x86/kernel/e820.c +++ b/arch/x86/kernel/e820.c @@ -53,7 +53,7 @@ * * Once the E820 map has been converted to the standard Linux memory layout * information its role stops - modifying it has no effect and does not get - * re-propagated. So itsmain role is a temporary bootstrap storage of firmware + * re-propagated. So its main role is a temporary bootstrap storage of firmware * specific memory layout data during early bootup. */ static struct e820_table e820_table_init __initdata; |