summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/packet.c
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2006-10-24 16:37:49 +0000
committerDavid Krause <david@cvs.openbsd.org>2006-10-24 16:37:49 +0000
commit2b5dbfde52f78b648a88e2a7be17ce9e4874b93b (patch)
tree78190a085ef52354fe68dc3801642a9768608c67 /usr.sbin/ripd/packet.c
parenta7490af104f00f33b8e55863057c5b3c32ea5121 (diff)
spelling and typo fixes
Diffstat (limited to 'usr.sbin/ripd/packet.c')
-rw-r--r--usr.sbin/ripd/packet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ripd/packet.c b/usr.sbin/ripd/packet.c
index 5cbb1e94472..50a9ba6f789 100644
--- a/usr.sbin/ripd/packet.c
+++ b/usr.sbin/ripd/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.2 2006/10/19 12:29:58 mcbride Exp $ */
+/* $OpenBSD: packet.c,v 1.3 2006/10/24 16:37:48 david Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -169,7 +169,7 @@ recv_packet(int fd, short event, void *bula)
return;
/* XXX: it would be better to not create a nbr on request
- * becouse this could lead to DoS even on a authenticated
+ * because this could lead to DoS even on a authenticated
* environment.
*/
if (nbr == NULL) {
@@ -241,7 +241,7 @@ find_iface(struct ripd_conf *xconf, unsigned int ifindex, struct in_addr src)
/*
* XXX may fail on P2P links because src and dst don't
* have to share a common subnet on the otherhand
- * checking somthing like this will help to support
+ * checking something like this will help to support
* multiple networks configured on one interface.
*/
return (iface);