]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: fix spelling nits in command.h
authorewlumpkin <ewlumpkin@gmail.com>
Tue, 5 Oct 2021 03:05:42 +0000 (03:05 +0000)
committerewlumpkin <ewlumpkin@gmail.com>
Tue, 5 Oct 2021 03:21:50 +0000 (03:21 +0000)
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
lib/command_graph.h

index c20c9874c2736d236548da954ff5252f68782856..86157f872e0d48d8d8d96d8e8c0ea9f0c3966f43 100644 (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