diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-04-02 12:51:07 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-04-02 12:51:07 +0000 |
commit | 9abcaed95bd0944be9e05916b8a37b0b23f4e929 (patch) | |
tree | 9eacdad62822e7ff369b6c289b4d8e07360917ce /usr.sbin | |
parent | cc7c632a44cd898e0c7a3a2d4872ef6218083339 (diff) |
Typo.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/rde_rib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_rib.c b/usr.sbin/bgpd/rde_rib.c index 36636b6a591..858fa30b75e 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.93 2007/02/22 08:34:18 henning Exp $ */ +/* $OpenBSD: rde_rib.c,v 1.94 2007/04/02 12:51:06 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> @@ -292,7 +292,7 @@ path_link(struct rde_aspath *asp, struct rde_peer *peer) } /* - * copy asp to a new UNLINKED one manly for filtering + * copy asp to a new UNLINKED one mainly for filtering */ struct rde_aspath * path_copy(struct rde_aspath *asp) |