mirror of https://github.com/google/pebble
spelling: client
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9f095745da
commit
ae61face91
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
// -------------------------------------------------------------------------------------------------
|
// -------------------------------------------------------------------------------------------------
|
||||||
// Returns the amount of data available for the given clien
|
// Returns the amount of data available for the given client
|
||||||
static uint32_t prv_get_data_length(const SharedCircularBuffer* buffer, SharedCircularBufferClient *client) {
|
static uint32_t prv_get_data_length(const SharedCircularBuffer* buffer, SharedCircularBufferClient *client) {
|
||||||
|
|
||||||
uint32_t len;
|
uint32_t len;
|
||||||
|
|
Loading…
Reference in New Issue