From: Ondrej Zajicek Date: Tue, 13 Jan 2009 18:25:27 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v1.2.0~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd7ccc7669834495c637f5055f2cd783367f8f9;p=thirdparty%2Fbird.git Fix typo. --- diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index ffb2df855..d417ed08a 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. */