summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsalib.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2003-08-23 12:42:41 +0200
committerOndrej Filip <feela@network.cz>2003-08-23 12:42:41 +0200
commitbaa5dd6ccc14eb6bc43fad37a2bfe88ad190c0fa (patch)
tree355a913f69fbbaec9aa27b8384fc884c15c498d9 /proto/ospf/lsalib.c
parentc197d44e1790ab1738cf9e438c2c91bd74e9b94e (diff)
downloadbird-baa5dd6ccc14eb6bc43fad37a2bfe88ad190c0fa.tar
bird-baa5dd6ccc14eb6bc43fad37a2bfe88ad190c0fa.zip
Many spelling mistakes fixed.
Thanks you Harry Moyes.
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r--proto/ospf/lsalib.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c
index cf45fd4..e79c015 100644
--- a/proto/ospf/lsalib.c
+++ b/proto/ospf/lsalib.c
@@ -22,15 +22,15 @@ flush_lsa(struct top_hash_entry *en, struct ospf_area *oa)
* ospf_age
* @oa: ospf area
*
- * This function is periodicaly invoked from area_disp(). It computes new
- * age of all LSAs and old (@age is higher than %LSA_MAXAGE) are flushed
- * when ever possible. If some LSA originated by router itself is older
- * than %LSREFRESHTIME new instance is originated.
+ * This function is periodicaly invoked from area_disp(). It computes the new
+ * age of all LSAs and old (@age is higher than %LSA_MAXAGE) LSAs are flushed
+ * whenever possible. If an LSA originated by the router itself is older
+ * than %LSREFRESHTIME a new instance is originated.
*
- * RFC says, that router should check checksum of every LSA to detect some
- * hardware problem. BIRD does not do it to minimalize CPU utilization.
+ * The RFC says that a router should check the checksum of every LSA to detect
+ * hardware problems. BIRD does not do this to minimalize CPU utilization.
*
- * If routing table calculation is scheduled, it also invalidates old routing
+ * If routing table calculation is scheduled, it also invalidates the old routing
* table calculation results.
*/
void