From ed1e3c836b8f4a4b4dbf51d83bba2f0b6861ac38 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:29:17 -0500 Subject: [PATCH] spelling: possible Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/kernel/core_dump_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/kernel/core_dump_private.h b/src/fw/kernel/core_dump_private.h index f153419f..b49f188d 100644 --- a/src/fw/kernel/core_dump_private.h +++ b/src/fw/kernel/core_dump_private.h @@ -80,7 +80,7 @@ typedef struct { uint32_t unformatted; // set of 1 bit flags, bit n set means region n is still unformatted } CoreDumpFlashHeader; -// This comes first in the front of each possibe flash region. It is NOT returned as part of the core dump +// This comes first in the front of each possible flash region. It is NOT returned as part of the core dump // image. typedef struct { uint32_t magic; // set to CORE_DUMP_FLASH_HDR_MAGIC