mirror of
https://github.com/google/pebble.git
synced 2025-05-21 10:55:04 +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
|
@ -71,7 +71,7 @@ void circular_buffer_write_finish(CircularBuffer *buffer, uint16_t written_lengt
|
|||
//! 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 length How many bytes to read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue