From 4d2195ad4509e8dd88e2469b7f22a06dbfaf954a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 6 Nov 2008 19:14:27 +0000 Subject: correct comment --- sys/arch/i386/i386/pmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 */ -- cgit v1.2.3