spelling: boundaries

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:35:22 -05:00
parent e681b24ea3
commit 53cdea8d3d

View file

@ -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