mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: boundaries
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e681b24ea3
commit
53cdea8d3d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ def find_subregions_for_region(address, size):
|
||||||
end_in_block <= current_block_size):
|
end_in_block <= current_block_size):
|
||||||
|
|
||||||
# This region fits in the provided region and both the start and end are aligned with
|
# 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
|
block_start_address = address - start_in_block
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue