summaryrefslogtreecommitdiff
path: root/sys/arch/arm
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2005-05-23 23:26:57 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2005-05-23 23:26:57 +0000
commit11c3b81d9bd45104041e17bc1486f0043664016a (patch)
treeb652c90e4165c3f9dcdee9b10a34c8407e65bcc9 /sys/arch/arm
parent320ba3a619a76d72a797f70d3f61f35d7d28247e (diff)
loose is not lose. ok deraadt tdeval and a few more typos from jfb
Diffstat (limited to 'sys/arch/arm')
-rw-r--r--sys/arch/arm/arm/vm_machdep.c4
1 files changed, 2 insertions, 2 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)