From bab9301a3aa15e521b8679ff28839da60e4dd558 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:06:34 -0500 Subject: [PATCH] spelling: greater Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/console/prompt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/console/prompt.h b/src/fw/console/prompt.h index a61150dc..563d5343 100644 --- a/src/fw/console/prompt.h +++ b/src/fw/console/prompt.h @@ -40,7 +40,7 @@ typedef struct PromptContext { //! Function to call when the command has completed. PromptCommandCompleteCallback command_complete_callback; - //! Which index we were currently writing to, should never be higher than + //! Which index we were currently writing to, should never be greater than //! PROMPT_BUFFER_SIZE_BYTES - 1. unsigned int write_index;