mirror of
https://github.com/google/pebble.git
synced 2025-05-25 12:44:53 +00:00
spelling: equal
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0cf7d4d8e4
commit
11a46154bc
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ NUM_SUBREGIONS = 8
|
|||
|
||||
|
||||
def round_up_to_power_of_two(x):
|
||||
""" Find the next power of two that is eqaul to or greater than x
|
||||
""" Find the next power of two that is equal to or greater than x
|
||||
|
||||
>>> round_up_to_power_of_two(4)
|
||||
4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue