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 /sys/arch | |
parent | 320ba3a619a76d72a797f70d3f61f35d7d28247e (diff) |
loose is not lose. ok deraadt tdeval and a few more typos from jfb
Diffstat (limited to 'sys/arch')
-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 |
3 files changed, 5 insertions, 5 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> |