From c413206bf89a6cce9527a4d2de33ef258c0f02d3 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sat, 26 May 2007 00:36:05 +0000 Subject: More comment typos from Diego Casati. Including winners like funtion, allmost, oustside, seqencer, toghether, nessissary, etc. --- sys/net/if_tun.c | 4 ++-- sys/net/pf_norm.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/net') 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 @@ -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 -- cgit v1.2.3