spelling: client

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:16:36 -05:00
parent 9f095745da
commit ae61face91

View file

@ -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) {
uint32_t len;