]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixed misleading comment.
authorMartin Mares <mj@ucw.cz>
Sat, 17 Oct 1998 11:26:28 +0000 (11:26 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 17 Oct 1998 11:26:28 +0000 (11:26 +0000)
nest/iface.h

index 101e0282c1bba58afa16473662fd0e977997ac56..ff6ddeea82a36acdf31d2bee0cb068252a1d51da 100644 (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 */