Fixed misleading comment.

This commit is contained in:
Martin Mares 1998-10-17 11:26:28 +00:00
parent 7f3d198df1
commit 2a900b1b15

View file

@ -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 */