diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:20:37 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:20:37 +0200 |
commit | eaf59d27c15986fb6dd699dd63959c3f8d9fe257 (patch) | |
tree | a3822a9c4d0aadbeee71095455875e7b833fed2c /ripd | |
parent | *: Fix spelling of strucutre (diff) | |
download | frr-eaf59d27c15986fb6dd699dd63959c3f8d9fe257.tar.xz frr-eaf59d27c15986fb6dd699dd63959c3f8d9fe257.zip |
*: Fix spelling of modifed
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/rip_offset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ripd/rip_offset.c b/ripd/rip_offset.c index 4034fe842..d49922934 100644 --- a/ripd/rip_offset.c +++ b/ripd/rip_offset.c @@ -78,7 +78,7 @@ struct rip_offset_list *rip_offset_list_lookup(struct rip *rip, return NULL; } -/* If metric is modifed return 1. */ +/* If metric is modified return 1. */ int rip_offset_list_apply_in(struct prefix_ipv4 *p, struct interface *ifp, uint32_t *metric) { @@ -115,7 +115,7 @@ int rip_offset_list_apply_in(struct prefix_ipv4 *p, struct interface *ifp, return 0; } -/* If metric is modifed return 1. */ +/* If metric is modified return 1. */ int rip_offset_list_apply_out(struct prefix_ipv4 *p, struct interface *ifp, uint32_t *metric) { |