spelling: greater

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:06:34 -05:00
parent 4816a8890b
commit bab9301a3a

View file

@ -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;