From 2a900b1b1565d778f19c10b087aea558f067bba7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 17 Oct 1998 11:26:28 +0000 Subject: [PATCH] Fixed misleading comment. --- nest/iface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest/iface.h b/nest/iface.h index 101e0282..ff6ddeea 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 */