mirror of
https://github.com/google/pebble.git
synced 2025-05-19 09:54:55 +00:00
spelling: exponential
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f5e9b300f2
commit
ecb5dae4ef
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ int ceil_log_two(uint32_t n);
|
|||
)
|
||||
|
||||
/**
|
||||
* Compute the next backoff interval using a bounded binary expoential backoff formula.
|
||||
* Compute the next backoff interval using a bounded binary exponential backoff formula.
|
||||
*
|
||||
* @param[in,out] attempt The number of retries performed so far. This count will be incremented
|
||||
* by the function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue