summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-05-26 00:36:05 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-05-26 00:36:05 +0000
commitc413206bf89a6cce9527a4d2de33ef258c0f02d3 (patch)
tree4150ce075256cb4e041c0b8c65ccd3f37ffcf297 /sys/net
parent3e63d12de85bb03339039fd726ca30e5f9a849c2 (diff)
More comment typos from Diego Casati. Including winners like funtion, allmost,
oustside, seqencer, toghether, nessissary, etc.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_tun.c4
-rw-r--r--sys/net/pf_norm.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index ea97ecc895a..d2003e1c65d 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.c,v 1.86 2007/05/03 21:03:46 mpf Exp $ */
+/* $OpenBSD: if_tun.c,v 1.87 2007/05/26 00:36:03 krw Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
@@ -819,7 +819,7 @@ tunwrite(dev_t dev, struct uio *uio, int ioflag)
if (tp->tun_flags & TUN_LAYER2) {
/*
* Pad so that IP header is correctly aligned
- * this is neccessary for all strict aligned architectures.
+ * this is necessary for all strict aligned architectures.
*/
mlen -= ETHER_ALIGN;
m->m_data += ETHER_ALIGN;
diff --git a/sys/net/pf_norm.c b/sys/net/pf_norm.c
index df339ae6f69..93d3e1cd031 100644
--- a/sys/net/pf_norm.c
+++ b/sys/net/pf_norm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_norm.c,v 1.107 2006/04/16 00:59:52 pascoe Exp $ */
+/* $OpenBSD: pf_norm.c,v 1.108 2007/05/26 00:36:03 krw Exp $ */
/*
* Copyright 2001 Niels Provos <provos@citi.umich.edu>
@@ -1658,7 +1658,7 @@ pf_normalize_tcp_stateful(struct mbuf *m, int off, struct pf_pdesc *pd,
* network conditions that re-order packets and
* cause our view of them to decrease. For now the
* only lowerbound we can safely determine is that
- * the TS echo will never be less than the orginal
+ * the TS echo will never be less than the original
* TS. XXX There is probably a better lowerbound.
* Remove TS_MAX_CONN with better lowerbound check.
* tescr >= other original TS