summaryrefslogtreecommitdiff
path: root/nest/neighbor.c
diff options
context:
space:
mode:
authorPavel Tvrdik <pawel.tvrdik@gmail.com>2016-05-12 15:49:44 +0200
committerPavel Tvrdik <pawel.tvrdik@gmail.com>2016-05-12 15:49:44 +0200
commit8e433d6a529a883d566dc1d5a4afe0f1e2750baf (patch)
treed113b293ad18c63698fbff4bbdb3c7474e715b6f /nest/neighbor.c
parentfff7498d6a54d4bcce4bd56db7ef3fb28be35578 (diff)
Prog Doc: Complete several missing parameters
Diffstat (limited to 'nest/neighbor.c')
-rw-r--r--nest/neighbor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/neighbor.c b/nest/neighbor.c
index 1685d67e..d974fa51 100644
--- a/nest/neighbor.c
+++ b/nest/neighbor.c
@@ -339,7 +339,7 @@ neigh_if_link(struct iface *i)
/**
* neigh_ifa_update: notify neighbor cache about interface address add or remove event
- * @ifa: interface address in question
+ * @a: interface address in question
*
* Tell the neighbor cache that an address was added or removed.
*