From 0dd7ccc7669834495c637f5055f2cd783367f8f9 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 13 Jan 2009 19:25:27 +0100 Subject: [PATCH] Fix typo. --- proto/ospf/neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index ffb2df85..d417ed08 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. */