summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde_rib.c
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2018-09-17 17:06:34 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2018-09-17 17:06:34 +0000
commit3420a0b4aaf20739c49a0cb51c961c8a9bd4fd4e (patch)
treef947272af115606d418752f179648fb5a9c608e9 /usr.sbin/bgpd/rde_rib.c
parentdcbb691c127251bbdb748652e2da444c0c5fd5b0 (diff)
typo in comment
Diffstat (limited to 'usr.sbin/bgpd/rde_rib.c')
-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 57b6c6682d9..785af1ed7d6 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.176 2018/09/09 12:33:51 claudio Exp $ */
+/* $OpenBSD: rde_rib.c,v 1.177 2018/09/17 17:06:33 sthen Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org>
@@ -823,7 +823,7 @@ prefix_move(struct prefix *p, struct rde_peer *peer,
* afterwards run the route decision for new prefix node.
* Because of this only one update is generated if the prefix
* was active.
- * This is save because we create a new prefix and so the change
+ * This is safe because we create a new prefix and so the change
* is noticed by prefix_evaluate().
*/
LIST_REMOVE(p, rib_l);