spelling: additional

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:34:05 -05:00
parent 395e6d3b22
commit 2df7d018dd
5 changed files with 5 additions and 5 deletions

View file

@ -218,7 +218,7 @@ void memory_layout_setup_mpu(void) {
mpu_set_region(&s_microflash_region);
// RAM parts
// The background memory map only allows privileged access. We need to add aditional regions to
// The background memory map only allows privileged access. We need to add additional regions to
// enable access to unprivileged code.
mpu_set_region(&s_readonly_bss_region);