summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-08 19:17:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-08 19:17:31 +0000
commitf0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch)
treef9bafe25867d0323af89776288c80edb6b30c09c /sys/netinet
parent01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff)
typos from Jonathon Gray;
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_carp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
index 83ddca2ddd7..98ddb16434e 100644
--- a/sys/netinet/ip_carp.c
+++ b/sys/netinet/ip_carp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_carp.c,v 1.25 2003/11/07 23:38:48 mcbride Exp $ */
+/* $OpenBSD: ip_carp.c,v 1.26 2003/11/08 19:17:28 jmc Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff. All rights reserved.
@@ -492,7 +492,7 @@ carp_input_c(struct mbuf *m, struct carp_softc *sc,
break;
case MASTER:
/*
- * If we recieve an advertisement from a master who's going to
+ * If we receive an advertisement from a master who's going to
* be more frequent than us, go into BACKUP state.
*/
if (timercmp(&sc_tv, &ch_tv, >) ||