diff options
author | Ondrej Filip <feela@network.cz> | 2003-08-23 10:42:41 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2003-08-23 10:42:41 +0000 |
commit | baa5dd6ccc14eb6bc43fad37a2bfe88ad190c0fa (patch) | |
tree | 355a913f69fbbaec9aa27b8384fc884c15c498d9 /proto/ospf/neighbor.c | |
parent | c197d44e1790ab1738cf9e438c2c91bd74e9b94e (diff) |
Many spelling mistakes fixed.
Thanks you Harry Moyes.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r-- | proto/ospf/neighbor.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 52a94db4..bc4d1c37 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -27,7 +27,7 @@ const char *ospf_inm[]={ "hello received", "neighbor start", "2-way received", * @n: OSPF neighbor * @state: new state * - * Many actions has to be taken acording to state change of neighbor. It + * Many actions have to be taken acording to a change of state of a neighbor. It * starts rxmt timers, call interface state machine etc. */ @@ -217,11 +217,11 @@ can_do_adj(struct ospf_neighbor *n) * @n: neighor * @event: actual event * - * This part implements neighbor state machine as described in 10.3 of - * RFC 2328. the only difference is that state %NEIGHBOR_ATTEMPT is not - * used. We discover neighbors on nonbroadcast networks using the - * same ways as on broadcast networks. The only difference is in - * sending hello packets. These are send to IPs listed in + * This part implements the neighbor state machine as described in 10.3 of + * RFC 2328. The only difference is that state %NEIGHBOR_ATTEMPT is not + * used. We discover neighbors on nonbroadcast networks in the + * same way as on broadcast networks. The only difference is in + * sending hello packets. These are sent to IPs listed in * @ospf_iface->nbma_list . */ void @@ -322,9 +322,9 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) * bdr_election - (Backup) Designed Router election * @ifa: actual interface * - * When wait time fires, it time to elect (Backup) Designed Router. + * When the wait timer fires, it is time to elect (Backup) Designated Router. * Structure describing me is added to this list so every electing router - * has the same list. Backup Designed Router is elected before Designed + * has the same list. Backup Designated Router is elected before Designated * Router. This process is described in 9.4 of RFC 2328. */ void |