]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fix typo
authorPavel Tvrdík <pawel.tvrdik@gmail.com>
Tue, 2 Feb 2016 17:14:53 +0000 (18:14 +0100)
committerPavel Tvrdík <pawel.tvrdik@gmail.com>
Thu, 10 Mar 2016 15:07:44 +0000 (16:07 +0100)
nest/rt-dev.c

index 17737853a7537b53a2e0df3df96d96a27f5630e9..a996f4fc4b868e6c55fd1c4395498768100db822 100644 (file)
@@ -34,7 +34,7 @@ dev_ifa_notify(struct proto *P, uint flags, struct ifa *ad)
 
   if (!EMPTY_LIST(cf->iface_list) &&
       !iface_patt_find(&cf->iface_list, ad->iface, ad->iface->addr))
-    /* Empty list is automagically treated as "*" */
+    /* Empty list is automatically treated as "*" */
     return;
 
   if (ad->flags & IA_SECONDARY)