From 53cdea8d3d65901e4ee10d53a4ec0c69a4c478ab Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:35:22 -0500 Subject: [PATCH] spelling: boundaries Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tools/mpu_calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mpu_calc.py b/tools/mpu_calc.py index 179fe951..f083d0b3 100644 --- a/tools/mpu_calc.py +++ b/tools/mpu_calc.py @@ -76,7 +76,7 @@ def find_subregions_for_region(address, size): end_in_block <= current_block_size): # This region fits in the provided region and both the start and end are aligned with - # subregion boundries. This will work! + # subregion boundaries. This will work! block_start_address = address - start_in_block