mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 13:17:49 +00:00
lib: fix spelling nits in command.h
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
This commit is contained in:
parent
5b9414484c
commit
81eb8fc749
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user