From: sthen Date: Mon, 17 Sep 2018 17:06:33 +0000 (+0000) Subject: typo in comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=64f13d85f5cefcea1291932e259a1d5088c0de61;p=openbsd typo in comment --- 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 @@ -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);