mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: greater
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4816a8890b
commit
bab9301a3a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue