]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Fixed typo in comment
authorNigel Kukard <nkukard@lbsd.net>
Wed, 30 Aug 2017 08:31:45 +0000 (08:31 +0000)
committerNigel Kukard <nkukard@lbsd.net>
Thu, 31 Aug 2017 23:39:53 +0000 (23:39 +0000)
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
bgpd/bgp_routemap.c

index 602bacde2849c332f9badc6e205b719aa07de1f6..d44ae1d1ea1faa079088abe4301b75e70236b8e4 100644 (file)
@@ -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';
                }