lib: fix spelling nits in command.h

Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
This commit is contained in:
ewlumpkin 2021-10-05 03:05:42 +00:00
parent 5b9414484c
commit 81eb8fc749

View File

@ -79,11 +79,11 @@ enum { CMD_ATTR_NORMAL,
CMD_ATTR_YANG,
};
/* Comamand token struct. */
/* Command token struct. */
struct cmd_token {
enum cmd_token_type type; // token type
uint8_t attr; // token attributes
bool allowrepeat; // matcher allowed to match token repetively?
bool allowrepeat; // matcher allowed to match token repetitively?
uint32_t refcnt;
char *text; // token text