From: Pavel TvrdĂ­k Date: Tue, 2 Feb 2016 17:14:53 +0000 (+0100) Subject: Fix typo X-Git-Tag: v2.0.0-pre0~44^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062d18fdb1f48bf7e3b10907b417d4568ba8cf3f;p=thirdparty%2Fbird.git Fix typo --- diff --git a/nest/rt-dev.c b/nest/rt-dev.c index 17737853a..a996f4fc4 100644 --- a/nest/rt-dev.c +++ b/nest/rt-dev.c @@ -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)