]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fix typo.
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 13 Jan 2009 18:25:27 +0000 (19:25 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 13 Jan 2009 18:25:27 +0000 (19:25 +0100)
proto/ospf/neighbor.c

index ffb2df855dc70ee9092ec69f33a2209216f8c82b..d417ed08a96da18e08ccba528a0e5ad5248f60c7 100644 (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.
  */