summaryrefslogtreecommitdiff
path: root/sys/net/if_tun.c
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/if_tun.c
parent3e63d12de85bb03339039fd726ca30e5f9a849c2 (diff)
More comment typos from Diego Casati. Including winners like funtion, allmost,
oustside, seqencer, toghether, nessissary, etc.
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r--sys/net/if_tun.c4
1 files changed, 2 insertions, 2 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;