diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:33:53 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:46:19 -0400 | 
| commit | 581776faa1bf87f676b3d71cf5437767782df82b (patch) | |
| tree | 28035f02cf3563b77bdd20c2dd3f60c72751eb82 /ripngd | |
| parent | f89c0aed6332dc63e31131225e6c79531166722f (diff) | |
*: 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 9aed8d6963..4f2f9e2101 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)  {  | 
