kernel/init: Corrected a typo
"bot region" should read "boot region". Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
This commit is contained in:
parent
4c822b7e03
commit
b78fb2c39d
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ z_early_memset(&_nocache_ram_start, 0,
|
|||
|
||||
#ifdef CONFIG_LINKER_USE_BOOT_SECTION
|
||||
/**
|
||||
* @brief Clear BSS within the bot region
|
||||
* @brief Clear BSS within the boot region
|
||||
*
|
||||
* This routine clears the BSS within the boot region.
|
||||
* This is separate from z_bss_zero() as boot region may
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue