mirror of
https://github.com/google/pebble.git
synced 2025-05-18 17:34:59 +00:00
spelling: explicitly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1f430457c1
commit
f5e9b300f2
4 changed files with 6 additions and 6 deletions
|
@ -77,7 +77,7 @@ void shared_circular_buffer_remove_client(SharedCircularBuffer* buffer, SharedCi
|
|||
//! than length. A second read call can be made with the remaining smaller length to retreive the rest.
|
||||
//!
|
||||
//! The reason this read doesn't consume is to avoid having to copy out the data. The data_out pointer should be
|
||||
//! stable until you explicitely ask for it to be consumed with circular_buffer_consume.
|
||||
//! stable until you explicitly ask for it to be consumed with circular_buffer_consume.
|
||||
//!
|
||||
//! @param buffer The buffer to read from
|
||||
//! @param client pointer to the client struct originally passed to circular_buffer_add_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue