diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-01-13 19:25:27 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-01-13 19:25:27 +0100 |
commit | 0dd7ccc7669834495c637f5055f2cd783367f8f9 (patch) | |
tree | 29160af587ea6236d362cedf59f92c97a9a89705 /proto | |
parent | 0844b65d13d7a5928d425e9adaf28de63550a542 (diff) | |
download | bird-0dd7ccc7669834495c637f5055f2cd783367f8f9.tar bird-0dd7ccc7669834495c637f5055f2cd783367f8f9.zip |
Fix typo.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/neighbor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index ffb2df8..d417ed0 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -44,7 +44,7 @@ init_lists(struct ospf_neighbor *n) s_init(&(n->lsrti), &(n->lsrtl)); } -/* Resets LSA request and retransmit list. +/* Resets LSA request and retransmit lists. * We do not reset DB summary list iterator here, * it is reset during entering EXCHANGE state. */ |