mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: written
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bb79879779
commit
718ea629a5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ uint16_t circular_buffer_write_prepare(CircularBuffer *buffer, uint8_t **data_ou
|
|||
|
||||
//! To be used after circular_buffer_write_prepare(), to make the CircularBuffer update the length
|
||||
//! of the data it contains.
|
||||
//! @param written_length The length that has just been writted at the pointer provided by
|
||||
//! @param written_length The length that has just been written at the pointer provided by
|
||||
//! circular_buffer_write_prepare().
|
||||
void circular_buffer_write_finish(CircularBuffer *buffer, uint16_t written_length);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue