mirror of
https://github.com/google/pebble.git
synced 2025-06-24 10:06:16 +00:00
spelling: minimum
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
13f4c1949e
commit
1478a09825
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ size_t comm_session_send_buffer_get_max_payload_length(const CommSession *sessio
|
|||
//! is fine if bt_lock() is held.
|
||||
//! @param session The session to which the message should be sent.
|
||||
//! @param endpoint_id The Pebble Protocol endpoint ID to send the message to.
|
||||
//! @param required_free_length The number of bytes of free space the caller needs at minumum. Once
|
||||
//! @param required_free_length The number of bytes of free space the caller needs at minimum. Once
|
||||
//! the function returns with `true`, the amount of space (or more) is guaranteed to be available.
|
||||
//! @param timeout_ms The maximum duration to wait for the send buffer to become available with the
|
||||
//! required number of bytes of free space.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue