mirror of
https://github.com/google/pebble.git
synced 2025-05-18 01:14:55 +00:00
spelling: potential
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ed1e3c836b
commit
e3602b52fc
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ def find_subregions_for_region(address, size):
|
|||
smallest_block_size = max(round_up_to_power_of_two(size), MIN_REGION_SIZE)
|
||||
largest_block_size = min(round_up_to_power_of_two(size * NUM_SUBREGIONS), MAX_REGION_SIZE)
|
||||
|
||||
# Iterate over the potentional candidates from smallest to largest
|
||||
# Iterate over the potential candidates from smallest to largest
|
||||
current_block_size = smallest_block_size
|
||||
while current_block_size <= largest_block_size:
|
||||
subregion_size = current_block_size // NUM_SUBREGIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue