diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-29 15:37:34 +0200 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2021-10-04 08:26:43 +0000 |
commit | d0ea764a5d7370747ca3dbb1288c62ee5ccba67c (patch) | |
tree | 415eda014b883d1572a6b9fcb1b28c77907c1bbc /src/plugins/map/map.c | |
parent | ddb192951c160c7bdb2c630a781b9a4878dae09a (diff) |
docs: plugin comment nitfixes
Type: improvement
Change-Id: Ib7e2f5f314144064de7b6be0fade3db2f9c943fe
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/map/map.c')
-rw-r--r-- | src/plugins/map/map.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/map/map.c b/src/plugins/map/map.c index 938793c8947..7ae14828d20 100644 --- a/src/plugins/map/map.c +++ b/src/plugins/map/map.c @@ -1312,7 +1312,7 @@ VLIB_CLI_COMMAND(map_pre_resolve_command, static) = { /*? * Enable or disable the MAP-E inbound security check - * Specifiy if the inbound security check should be done on fragments + * Specify if the inbound security check should be done on fragments * * @cliexpar * @cliexstart{map params security-check} @@ -1333,9 +1333,8 @@ VLIB_CLI_COMMAND(map_security_check_command, static) = { .function = map_security_check_command_fn, }; - /*? - * Specifiy the IPv4 source address used for relayed ICMP error messages + * Specify the IPv4 source address used for relayed ICMP error messages * * @cliexpar * @cliexstart{map params icmp source-address} |