diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-26 19:34:40 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-10-30 19:55:41 +0000 |
commit | 5b755e2f9fce239b5280ac1e5e21f835464fa017 (patch) | |
tree | 29463055a8ee5b6c078562461d4ddd41f4e5321b /src/vnet/ip/lookup.c | |
parent | b1a81aa67942aa1b5a97a4199310c9ffeaab1f5f (diff) |
ip: cleanup typos in documentation
Type: style
Change-Id: I7d44b7fab1b8b196e4934cb4832ee51084c5bf98
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/ip/lookup.c')
-rw-r--r-- | src/vnet/ip/lookup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vnet/ip/lookup.c b/src/vnet/ip/lookup.c index e354db77216..4db7660eea9 100644 --- a/src/vnet/ip/lookup.c +++ b/src/vnet/ip/lookup.c @@ -13,7 +13,7 @@ * limitations under the License. */ /* - * ip/ip_lookup.c: ip4/6 adjacency and lookup table managment + * ip/ip_lookup.c: ip4/6 adjacency and lookup table management * * Copyright (c) 2008 Eliot Dresselhaus * @@ -55,7 +55,7 @@ /** * @file - * @brief IPv4 and IPv6 adjacency and lookup table managment. + * @brief IPv4 and IPv6 adjacency and lookup table management. * */ @@ -1016,7 +1016,7 @@ done: } /*? - * This command is used to add or delete IPv4 or IPv6 multicastroutes. All + * This command is used to add or delete IPv4 or IPv6 multicast routes. All * IP Addresses ('<em><dst-ip-addr>/<width></em>', * '<em><next-hop-ip-addr></em>' and '<em><adj-hop-ip-addr></em>') * can be IPv4 or IPv6, but all must be of the same form in a single |