summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-12-22 06:42:19 +0000
committerderaadt <deraadt@openbsd.org>2003-12-22 06:42:19 +0000
commit0d031d06f0b50909bb8d54f0b289b105941a13d9 (patch)
tree143d508e07da4d7fa8c0fe551f4cc83ed7422c5f
parentsync (diff)
downloadwireguard-openbsd-0d031d06f0b50909bb8d54f0b289b105941a13d9.tar.xz
wireguard-openbsd-0d031d06f0b50909bb8d54f0b289b105941a13d9.zip
spelling
-rw-r--r--usr.sbin/bgpd/rde_rib.c8
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 {