mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 10:54:01 +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,
|
CMD_ATTR_YANG,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Comamand token struct. */
|
/* Command token struct. */
|
||||||
struct cmd_token {
|
struct cmd_token {
|
||||||
enum cmd_token_type type; // token type
|
enum cmd_token_type type; // token type
|
||||||
uint8_t attr; // token attributes
|
uint8_t attr; // token attributes
|
||||||
bool allowrepeat; // matcher allowed to match token repetively?
|
bool allowrepeat; // matcher allowed to match token repetitively?
|
||||||
uint32_t refcnt;
|
uint32_t refcnt;
|
||||||
|
|
||||||
char *text; // token text
|
char *text; // token text
|
||||||
|
Loading…
Reference in New Issue
Block a user