0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

Fix typo.

This commit is contained in:
Ondrej Zajicek 2009-01-13 19:25:27 +01:00
parent 0844b65d13
commit 0dd7ccc766

View File

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