From 395e6d3b221e340eb11bfe84f52c883aeae20fc1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:19:42 -0500 Subject: [PATCH] spelling: actually Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/include/logging/log_hashing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/logging/log_hashing.h b/src/include/logging/log_hashing.h index 1e7cb2de..99241863 100644 --- a/src/include/logging/log_hashing.h +++ b/src/include/logging/log_hashing.h @@ -26,7 +26,7 @@ * isn't compiled into the final firmware binary image. * * Token format: - * The token is acually a packed uint32_t. The format is as follows: + * The token is actually a packed uint32_t. The format is as follows: * 31-29: num fmt conversions [0-7] * 28-26: string index 2 [0-7], 1 based. 0 if no second string. 1-7 otherwise * 25-23: string index 1 [0-7], 1 based. 0 if no first string. 1-7 otherwise