From 0c55d530acb133847687a1ffab0a91dc72047721 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:59:19 -0500 Subject: [PATCH] spelling: relative Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/app_inbox_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/app_inbox_service.c b/src/fw/services/normal/app_inbox_service.c index 789dda5d..30c16f9f 100644 --- a/src/fw/services/normal/app_inbox_service.c +++ b/src/fw/services/normal/app_inbox_service.c @@ -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;