spelling: relative

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 10:59:19 -05:00
parent 7d745d4c61
commit 0c55d530ac

View file

@ -46,7 +46,7 @@ typedef struct AppInboxNode {
//! The size of `storage`.
size_t size;
//! The positive offset relative relative to write_index, up until which the current
//! The positive offset relative to write_index, up until which the current
//! (incomplete) message has been written.
size_t current_offset;