From: Nigel Kukard Date: Wed, 30 Aug 2017 08:31:45 +0000 (+0000) Subject: bgpd: Fixed typo in comment X-Git-Tag: frr-4.0-dev~348^2~10 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=770817b4080aff44689d5f0a0006a5a94e5dd7be;p=mirror%2Ffrr.git bgpd: Fixed typo in comment Signed-off-by: Nigel Kukard --- diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c index 602bacde28..d44ae1d1ea 100644 --- a/bgpd/bgp_routemap.c +++ b/bgpd/bgp_routemap.c @@ -1529,7 +1529,7 @@ static void *route_set_community_compile(const char *arg) sp = strstr(arg, "additive"); if (sp && sp > arg) { - /* "additive" keyworkd is included. */ + /* "additive" keyword is included. */ additive = 1; *(sp - 1) = '\0'; }