summaryrefslogtreecommitdiff
path: root/nest
diff options
context:
space:
mode:
authorPavel Tvrdík <pawel.tvrdik@gmail.com>2016-02-02 18:14:53 +0100
committerPavel Tvrdík <pawel.tvrdik@gmail.com>2016-03-10 16:07:44 +0100
commit062d18fdb1f48bf7e3b10907b417d4568ba8cf3f (patch)
treeec7035ec06338e7942fea837a6c4e18fdf61b974 /nest
parent9a74622ca1994669cdb3bac0bb2f6df2febd2744 (diff)
Fix typo
Diffstat (limited to 'nest')
-rw-r--r--nest/rt-dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-dev.c b/nest/rt-dev.c
index 17737853..a996f4fc 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)