diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-05-23 23:26:57 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-05-23 23:26:57 +0000 |
commit | 11c3b81d9bd45104041e17bc1486f0043664016a (patch) | |
tree | b652c90e4165c3f9dcdee9b10a34c8407e65bcc9 | |
parent | 320ba3a619a76d72a797f70d3f61f35d7d28247e (diff) |
loose is not lose. ok deraadt tdeval and a few more typos from jfb
-rw-r--r-- | sys/arch/arm/arm/vm_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/macppc/include/z8530var.h | 2 | ||||
-rw-r--r-- | sys/arch/vax/vax/ctu.c | 4 | ||||
-rw-r--r-- | sys/dev/i2o/ioprbs.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/awi.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/if_fe.c | 6 | ||||
-rw-r--r-- | sys/dev/pci/if_em.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/ncr.c | 6 |
8 files changed, 17 insertions, 17 deletions
diff --git a/sys/arch/arm/arm/vm_machdep.c b/sys/arch/arm/arm/vm_machdep.c index ddbe16de979..14cd15864da 100644 --- a/sys/arch/arm/arm/vm_machdep.c +++ b/sys/arch/arm/arm/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.3 2004/05/19 03:17:07 drahn Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.4 2005/05/23 23:26:55 tedu Exp $ */ /* $NetBSD: vm_machdep.c,v 1.31 2004/01/04 11:33:29 jdolecek Exp $ */ /* @@ -256,7 +256,7 @@ cpu_swapout(l) /* * Don't do this! If the pmap is shared with another process, - * it will loose it's page0 entry. That's bad news indeed. + * it will lose its page0 entry. That's bad news indeed. */ #ifdef PMAP_DEBUG if (pmap_debug_level >= 0) diff --git a/sys/arch/macppc/include/z8530var.h b/sys/arch/macppc/include/z8530var.h index fa7a00e450b..02757a45bf3 100644 --- a/sys/arch/macppc/include/z8530var.h +++ b/sys/arch/macppc/include/z8530var.h @@ -106,7 +106,7 @@ struct zsc_softc { * and the Sun3 hardware does NOT take care of this for you. * MacII hardware DOES dake care of the delay for us. :-) * XXX - Then these should be inline functions! -gwr - * Some clock-chirped macs loose serial ports. It could be that the + * Some clock-chirped macs lose serial ports. It could be that the * hardware delay is tied to the CPU speed, and that the minimum delay * no longer's respected. For them, ZS_DELAY might help. * XXX - no one seems to want to try and check this -wrs diff --git a/sys/arch/vax/vax/ctu.c b/sys/arch/vax/vax/ctu.c index 215730bd874..f0d22f06a88 100644 --- a/sys/arch/vax/vax/ctu.c +++ b/sys/arch/vax/vax/ctu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ctu.c,v 1.6 2002/06/08 08:50:26 art Exp $ */ +/* $OpenBSD: ctu.c,v 1.7 2005/05/23 23:26:55 tedu Exp $ */ /* $NetBSD: ctu.c,v 1.10 2000/03/23 06:46:44 thorpej Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -39,7 +39,7 @@ * Writing of tapes does not work, by some unknown reason so far. * It is almost useless to try to use this driver when running * multiuser, because the serial device don't have any buffers - * so we will loose interrupts. + * so we will lose interrupts. */ #include <sys/param.h> diff --git a/sys/dev/i2o/ioprbs.c b/sys/dev/i2o/ioprbs.c index 2e0aa42d27a..8e8ec32bcdb 100644 --- a/sys/dev/i2o/ioprbs.c +++ b/sys/dev/i2o/ioprbs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ioprbs.c,v 1.5 2004/04/12 22:12:32 jmc Exp $ */ +/* $OpenBSD: ioprbs.c,v 1.6 2005/05/23 23:26:55 tedu Exp $ */ /* * Copyright (c) 2001 Niklas Hallqvist @@ -654,7 +654,7 @@ ioprbs_adjqparam(struct device *dv, int mpi) struct iop_softc *iop; /* - * AMI controllers seem to loose the plot if you hand off lots of + * AMI controllers seem to lose the plot if you hand off lots of * queued commands. */ iop = (struct iop_softc *)dv->dv_parent; diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index 1e8e4f7d2c1..685b2dd2a36 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awi.c,v 1.18 2005/04/02 23:21:33 uwe Exp $ */ +/* $OpenBSD: awi.c,v 1.19 2005/05/23 23:26:55 tedu Exp $ */ /* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */ /*- @@ -1160,7 +1160,7 @@ awi_fix_rxhdr(sc, m0) } if (ALIGN(mtod(m0, caddr_t) + sizeof(struct ether_header)) != (u_int)(mtod(m0, caddr_t) + sizeof(struct ether_header))) { - /* XXX: we loose to estimate the type of encapsulation */ + /* XXX: we lose to estimate the type of encapsulation */ struct mbuf *n, *n0, **np; caddr_t newdata; int off, oldmlen; diff --git a/sys/dev/isa/if_fe.c b/sys/dev/isa/if_fe.c index 1441ab991f6..8a0ed81a147 100644 --- a/sys/dev/isa/if_fe.c +++ b/sys/dev/isa/if_fe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fe.c,v 1.23 2005/04/03 10:20:47 brad Exp $ */ +/* $OpenBSD: if_fe.c,v 1.24 2005/05/23 23:26:56 tedu Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -1426,9 +1426,9 @@ fe_start(ifp) * reset the entire interface. I don't want to do it.) * * If txb_count is incorrect, leaving it as is will cause - * sending of gabages after next interrupt. We have to + * sending of garbage after next interrupt. We have to * avoid it. Hence, we reset the txb_count here. If - * txb_free was incorrect, resetting txb_count just loose + * txb_free was incorrect, resetting txb_count just loses * some packets. We can live with it. */ sc->txb_count = 0; diff --git a/sys/dev/pci/if_em.c b/sys/dev/pci/if_em.c index bfb9d8c4762..8bd22526200 100644 --- a/sys/dev/pci/if_em.c +++ b/sys/dev/pci/if_em.c @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.c,v 1.46 2004/09/29 18:28:28 mlaier Exp $ */ -/* $OpenBSD: if_em.c,v 1.50 2005/05/07 22:16:36 brad Exp $ */ +/* $OpenBSD: if_em.c,v 1.51 2005/05/23 23:26:56 tedu Exp $ */ #include "bpfilter.h" #include "vlan.h" @@ -736,7 +736,7 @@ em_init_locked(struct em_softc *sc) } em_initialize_receive_unit(sc); - /* Don't loose promiscuous settings */ + /* Don't lose promiscuous settings */ em_set_promisc(sc); ifp->if_flags |= IFF_RUNNING; diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c index a0f4e3f9c7a..589434d6b60 100644 --- a/sys/dev/pci/ncr.c +++ b/sys/dev/pci/ncr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr.c,v 1.71 2004/06/25 00:54:27 tholo Exp $ */ +/* $OpenBSD: ncr.c,v 1.72 2005/05/23 23:26:56 tedu Exp $ */ /* $NetBSD: ncr.c,v 1.63 1997/09/23 02:39:15 perry Exp $ */ /************************************************************************** @@ -1466,7 +1466,7 @@ static void ncr_attach (pcici_t tag, int unit); #if 0 static char ident[] = - "\n$OpenBSD: ncr.c,v 1.71 2004/06/25 00:54:27 tholo Exp $\n"; + "\n$OpenBSD: ncr.c,v 1.72 2005/05/23 23:26:56 tedu Exp $\n"; #endif static const u_long ncr_version = NCR_VERSION * 11 @@ -1773,7 +1773,7 @@ static struct script script0 = { /* ** Now there are 4 possibilities: ** - ** (1) The ncr looses arbitration. + ** (1) The ncr loses arbitration. ** This is ok, because it will try again, ** when the bus becomes idle. ** (But beware of the timeout function!) |