summaryrefslogtreecommitdiffstats
path: root/proto/ospf/iface.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/iface.c
parentc197d44e1790ab1738cf9e438c2c91bd74e9b94e (diff)
downloadbird-baa5dd6ccc14eb6bc43fad37a2bfe88ad190c0fa.tar
bird-baa5dd6ccc14eb6bc43fad37a2bfe88ad190c0fa.zip
Many spelling mistakes fixed.
Thanks you Harry Moyes.
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r--proto/ospf/iface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c
index ac34d63..2cbff6c 100644
--- a/proto/ospf/iface.c
+++ b/proto/ospf/iface.c
@@ -21,9 +21,9 @@ char *ospf_it[]={ "broadcast", "nbma", "point-to-point", "virtual link" };
* @ifa: OSPF interface
* @state: new state
*
- * Many action must be taken acording to iterface state change. New networks
- * LSA must be originated, flushed, new multicast socket to listen messages for
- * %ALLDROUTERS has to be opened, etc.
+ * Many actions must be taken according to interface state changes. New network
+ * LSAs must be originated, flushed, new multicast sockets to listen for messages for
+ * %ALLDROUTERS have to be opened, etc.
*/
void
iface_chstate(struct ospf_iface *ifa, u8 state)