]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command_graph.h
lib: fix spelling nits in command.h
[mirror_frr.git] / 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