diff options
author | Martin Mares <mj@ucw.cz> | 1998-10-17 13:26:28 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-10-17 13:26:28 +0200 |
commit | 2a900b1b1565d778f19c10b087aea558f067bba7 (patch) | |
tree | 8507028093f9008b91e9ea244985521630a4598f /nest/iface.h | |
parent | 7f3d198df118dc218bb2049f1cc0597ec62864bc (diff) | |
download | bird-2a900b1b1565d778f19c10b087aea558f067bba7.tar bird-2a900b1b1565d778f19c10b087aea558f067bba7.zip |
Fixed misleading comment.
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 2 |
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 */ |