spelling: indefinitely

Signed-off-by: Josh Soref <jsoref@gmail.com>
This commit is contained in:
Josh Soref 2018-10-30 07:12:08 +00:00
parent cc4c083251
commit a8b46a6bee

View File

@ -25,7 +25,7 @@ an efficient ringbuffer.
This adds `reboot2()` as a new API extension. This function properly waits
until a reboot succeeded. It takes a timeout argument. When set to `> 0`
`reboot2()` will block until the timeout is reached, if timeout is set to zero
`reboot2()` will not block, if set to -1 `reboot2()` will block indefinitly.
`reboot2()` will not block, if set to -1 `reboot2()` will block indefinitely.
## mount\_injection