summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-05-09 15:46:18 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-05-09 15:46:18 +0000
commitcb0c98a6aaa8166c26a7714e6ee57f93ef8892fe (patch)
tree10b0b9a1b5fd238a1b58923df97012bb5ad62e2a /sys/arch/m88k
parentc2face8acc75faebb5691c5356a04dab6acb1df5 (diff)
hander -> handler
ok miod@
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/m88k/pmap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/m88k/m88k/pmap.c b/sys/arch/m88k/m88k/pmap.c
index 9d630d456d1..5a8d72ba87d 100644
--- a/sys/arch/m88k/m88k/pmap.c
+++ b/sys/arch/m88k/m88k/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.50 2010/05/02 22:01:47 miod Exp $ */
+/* $OpenBSD: pmap.c,v 1.51 2010/05/09 15:46:17 jasper Exp $ */
/*
* Copyright (c) 2001-2004, Miodrag Vallat
* Copyright (c) 1998-2001 Steve Murphree, Jr.
@@ -1142,9 +1142,9 @@ pmap_remove_pte(pmap_t pmap, vaddr_t va, pt_entry_t *pte, boolean_t flush)
if (prev == NULL) {
/*
- * Hander is the pv_entry. Copy the next one
- * to hander and free the next one (we can't
- * free the hander)
+ * Handler is the pv_entry. Copy the next one
+ * to handler and free the next one (we can't
+ * free the handler)
*/
cur = cur->pv_next;
if (cur != NULL) {