summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2012-07-01 11:55:14 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2012-07-01 11:55:14 +0000
commit890ae40ae565d1ad2102f164482cf6d42a3389e4 (patch)
tree951a3fcc12d4ceaea7819da2a19d594091b60f8d /usr.sbin
parent8a0dd3a5b1f989dfea5f3f4fdba9dbbb45025ccf (diff)
typo in comment, s/withdrawl/withdrawal/
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/rde_rib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_rib.c b/usr.sbin/bgpd/rde_rib.c
index 5dbb7b41fa7..b26ace1ab72 100644
--- a/usr.sbin/bgpd/rde_rib.c
+++ b/usr.sbin/bgpd/rde_rib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_rib.c,v 1.132 2012/05/22 20:44:06 claudio Exp $ */
+/* $OpenBSD: rde_rib.c,v 1.133 2012/07/01 11:55:13 sthen Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org>
@@ -874,7 +874,7 @@ prefix_updateall(struct rde_aspath *asp, enum nexthop_state state,
* If the prefix is the active one remove it first,
* this has to be done because we can not detect when
* the active prefix changes its state. In this case
- * we know that this is a withdrawl and so the second
+ * we know that this is a withdrawal and so the second
* prefix_evaluate() will generate no update because
* the nexthop is unreachable or ineligible.
*/