diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-22 06:42:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-22 06:42:20 +0000 |
commit | 31bc0d13f979a50591c3361b78316a57467ee016 (patch) | |
tree | 649ff8a9421e1b795adc05f24d6f8136c26d9b3b | |
parent | 91b69c3d4be1978d7c377ec54cb86c2da361c2b6 (diff) |
spelling
-rw-r--r-- | usr.sbin/bgpd/rde_rib.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/rde_rib.c b/usr.sbin/bgpd/rde_rib.c index e7fbbf005c3..08463415c71 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.4 2003/12/21 16:11:34 claudio Exp $ */ +/* $OpenBSD: rde_rib.c,v 1.5 2003/12/22 06:42:19 deraadt Exp $ */ /* * Copyright (c) 2003 Claudio Jeker <claudio@openbsd.org> @@ -30,9 +30,9 @@ /* * BGP RIB -- Routing Information Base * - * The RIB is build with one aspect in mind. Speed -- acctually update speed. - * Therefor one thing needs to be absolutly avoided, long table walks. - * This is achieved by heavly linking the different parts toghether. + * The RIB is build with one aspect in mind. Speed -- actually update speed. + * Therefor one thing needs to be absolutely avoided, long table walks. + * This is achieved by heavily linking the different parts toghether. */ struct rib_stats { |