summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nest/iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.h b/nest/iface.h
index 101e028..ff6ddee 100644
--- a/nest/iface.h
+++ b/nest/iface.h
@@ -70,7 +70,7 @@ void if_feed_baby(struct proto *);
typedef struct neighbor {
node n; /* Node in global neighbor list */
ip_addr addr; /* Address of the neighbor */
- struct iface *iface; /* Interface address it's connected to */
+ struct iface *iface; /* Interface it's connected to */
struct neighbor *sibling; /* Next in per-device chain */
struct proto *proto; /* Protocol this belongs to */
void *data; /* Protocol-specific data */