From 2062536f269df7ef4b0e3002bf8faffa3637cf4a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:36:47 -0500 Subject: [PATCH] spelling: retrieval Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/debug/legacy/flash_logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/debug/legacy/flash_logging.c b/src/fw/debug/legacy/flash_logging.c index 39947a51..efa58873 100644 --- a/src/fw/debug/legacy/flash_logging.c +++ b/src/fw/debug/legacy/flash_logging.c @@ -33,7 +33,7 @@ #include //! @file flash_logging.c -//! Logs messages to SPI flash for later retreival. +//! Logs messages to SPI flash for later retrieval. //! //! The different chunks allow us to implement a rolling log, where if we fill up all the chunks, we can erase the oldest //! chunk to find us some more space. Each chunk gets its own header at the top of the chunk to indicate the order in