summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-06 19:14:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-06 19:14:27 +0000
commit4d2195ad4509e8dd88e2469b7f22a06dbfaf954a (patch)
tree5933556cc59b885b507d6a5b3b9b7bc003ed371e /sys
parent0d4b99cfa806f6ec46fc3d7edbb0e44825438795 (diff)
correct comment
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/pmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/pmap.c b/sys/arch/i386/i386/pmap.c
index 53e3015b988..4ff50ca2628 100644
--- a/sys/arch/i386/i386/pmap.c
+++ b/sys/arch/i386/i386/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.125 2008/11/06 19:13:31 deraadt Exp $ */
+/* $OpenBSD: pmap.c,v 1.126 2008/11/06 19:14:26 deraadt Exp $ */
/* $NetBSD: pmap.c,v 1.91 2000/06/02 17:46:37 thorpej Exp $ */
/*
@@ -1655,7 +1655,7 @@ pmap_ldt_cleanup(struct proc *p)
/*
* pmap_activate: activate a process' pmap (fill in %cr3 and LDT info)
*
- * => called from cpu_switch()
+ * => called from cpu_switchto()
* => if proc is the curproc, then load it into the MMU
*/