diff options
Diffstat (limited to 'src/plugins/abf/abf_policy.c')
-rw-r--r-- | src/plugins/abf/abf_policy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/abf/abf_policy.c b/src/plugins/abf/abf_policy.c index 9c7406553e6..1fde97f4c50 100644 --- a/src/plugins/abf/abf_policy.c +++ b/src/plugins/abf/abf_policy.c @@ -121,7 +121,7 @@ abf_policy_update (u32 policy_id, { /* * update an existing policy. - * - add the path to the path-list and swap our ancestory + * - add the path to the path-list and swap our ancestry * - backwalk to poke all attachments to update */ fib_node_index_t old_pl; @@ -190,7 +190,7 @@ abf_policy_delete (u32 policy_id, const fib_route_path_t * rpaths) { /* * update an existing policy. - * - add the path to the path-list and swap our ancestory + * - add the path to the path-list and swap our ancestry * - backwalk to poke all attachments to update */ fib_node_index_t old_pl; |