]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command_match.h
Merge pull request #9083 from mobash-rasool/pim-upst-3
[mirror_frr.git] / lib / command_match.h
index fcb333120fb81f819c314e0b652ee073c229aee4..0488cc1a1fe6508e048bf8590931f14e70211e25 100644 (file)
@@ -68,7 +68,7 @@ enum match_type {
  * @param[in] vline vectorized input string
  * @param[out] argv pointer to argument list if successful match, NULL
  * otherwise. The elements of this list are pointers to struct cmd_token
- * and represent the sequence of tokens matched by the inpu. The ->arg
+ * and represent the sequence of tokens matched by the input. The ->arg
  * field of each token points to a copy of the input matched on it. These
  * may be safely deleted or modified.
  * @param[out] element pointer to matched cmd_element if successful match,