diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-26 00:36:05 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-26 00:36:05 +0000 |
commit | c413206bf89a6cce9527a4d2de33ef258c0f02d3 (patch) | |
tree | 4150ce075256cb4e041c0b8c65ccd3f37ffcf297 /sys/net/if_tun.c | |
parent | 3e63d12de85bb03339039fd726ca30e5f9a849c2 (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.c | 4 |
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; |