diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:33:53 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:46:19 +0200 |
commit | 581776faa1bf87f676b3d71cf5437767782df82b (patch) | |
tree | 28035f02cf3563b77bdd20c2dd3f60c72751eb82 /ripngd | |
parent | *: Fix spelling of wether (diff) | |
download | frr-581776faa1bf87f676b3d71cf5437767782df82b.tar.xz frr-581776faa1bf87f676b3d71cf5437767782df82b.zip |
*: Fix spelling of ojbect
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripngd')
-rw-r--r-- | ripngd/ripng_routemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/ripng_routemap.c b/ripngd/ripng_routemap.c index 9aed8d696..4f2f9e210 100644 --- a/ripngd/ripng_routemap.c +++ b/ripngd/ripng_routemap.c @@ -254,7 +254,7 @@ static const struct route_map_rule_cmd route_set_metric_cmd = { /* `set ipv6 next-hop local IP_ADDRESS' */ -/* Set nexthop to object. ojbect must be pointer to struct attr. */ +/* Set nexthop to object. object must be pointer to struct attr. */ static enum route_map_cmd_result_t route_set_ipv6_nexthop_local(void *rule, const struct prefix *p, void *object) { @@ -307,7 +307,7 @@ static const struct route_map_rule_cmd /* `set tag TAG' */ -/* Set tag to object. ojbect must be pointer to struct attr. */ +/* Set tag to object. object must be pointer to struct attr. */ static enum route_map_cmd_result_t route_set_tag(void *rule, const struct prefix *prefix, void *object) { |