summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2005-05-25 15:21:40 +0000
committerEsben Norby <norby@cvs.openbsd.org>2005-05-25 15:21:40 +0000
commit8a69019d481366f9e65543a8d2c1aa95fb8d6270 (patch)
treebee1eb2f0a92ddcd7bed5595579c52bf1788d1ff
parente23bd45ffd30e9197b4f9c40227ef745a363f4f1 (diff)
spelling
-rw-r--r--usr.sbin/ospfd/rde_lsdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/rde_lsdb.c b/usr.sbin/ospfd/rde_lsdb.c
index 7fcb8af6824..95de5c6b870 100644
--- a/usr.sbin/ospfd/rde_lsdb.c
+++ b/usr.sbin/ospfd/rde_lsdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_lsdb.c,v 1.17 2005/05/25 08:06:57 david Exp $ */
+/* $OpenBSD: rde_lsdb.c,v 1.18 2005/05/25 15:21:39 norby Exp $ */
/*
* Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org>
@@ -617,7 +617,7 @@ lsa_remove_invalid_sums(struct area *area)
v->nbr->self && v->cost == LS_INFINITY) {
/*
* age the lsa and call lsa_timeout() which will
- * actually remove it form the database.
+ * actually remove it from the database.
*/
v->lsa->hdr.age = htons(MAX_AGE);
lsa_timeout(0, 0, v);