From de2ef95804a9a4d8242cde29d1be4864de6e0953 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:50:58 -0500 Subject: [PATCH] spelling: beginning Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/legacy/registry_private.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/legacy/registry_private.c b/src/fw/services/common/legacy/registry_private.c index 671099c5..7668f0bd 100644 --- a/src/fw/services/common/legacy/registry_private.c +++ b/src/fw/services/common/legacy/registry_private.c @@ -327,7 +327,7 @@ void registry_private_init(Registry* registry) { // active registry can be found when `registry_init()` is called, an empty registry // is written. // - // The flash cursor starts at the begining of the registry's SPIFlash + // The flash cursor starts at the beginning of the registry's SPIFlash // address (`REGISTRY_FLASH_BEGIN`), and is incremented to the next completely // empty subsector every time the registry is written to flash. memset(registry->records, 0, registry->registry_size_bytes);