From f732636d70ce98956ea9bcfb5d7e7578ec3d05f0 Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Tue, 14 Apr 2020 11:09:54 -0400 Subject: [PATCH] pbrd: fix wording in pbr_send_pbr_map comment Fix some bad wording in a comment when deciding whether to send a pbr map sequence to zebra. Signed-off-by: Stephen Worley --- pbrd/pbr_zebra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbrd/pbr_zebra.c b/pbrd/pbr_zebra.c index 4178ad580377..de2a99e2696f 100644 --- a/pbrd/pbr_zebra.c +++ b/pbrd/pbr_zebra.c @@ -564,7 +564,7 @@ void pbr_send_pbr_map(struct pbr_map_sequence *pbrms, * has not changed, just return. * * If we are not installed and asked - * and asked to delete just return; + * to delete just return. */ if (install && is_installed && !changed) return;