summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospfe.c
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2013-03-22 12:14:42 +0000
committersthen <sthen@openbsd.org>2013-03-22 12:14:42 +0000
commit5934d87d9ae3ae903a5699a1da5501d10180fd98 (patch)
tree92c376a37249ba1ca01615136f6f063ddb505f92 /usr.sbin/ospf6d/ospfe.c
parentgratuitous whitespace diff with ospfd/ospf.h (diff)
downloadwireguard-openbsd-5934d87d9ae3ae903a5699a1da5501d10180fd98.tar.xz
wireguard-openbsd-5934d87d9ae3ae903a5699a1da5501d10180fd98.zip
typo in comment
Diffstat (limited to 'usr.sbin/ospf6d/ospfe.c')
-rw-r--r--usr.sbin/ospf6d/ospfe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospfe.c b/usr.sbin/ospf6d/ospfe.c
index 9f1074555b7..b66747d104a 100644
--- a/usr.sbin/ospf6d/ospfe.c
+++ b/usr.sbin/ospf6d/ospfe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.c,v 1.38 2012/09/17 13:49:27 bluhm Exp $ */
+/* $OpenBSD: ospfe.c,v 1.39 2013/03/22 12:14:42 sthen Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -922,7 +922,7 @@ orig_rtr_lsa_area(struct area *area)
if (oeconf->border)
flags |= OSPF_RTR_B;
/* TODO set V flag if a active virtual link ends here and the
- * area is the tranist area for this link. */
+ * area is the transit area for this link. */
if (virtual)
flags |= OSPF_RTR_V;