summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-03-04 10:58:19 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-03-04 10:58:19 +0000
commit8b1bb75ad56e072dc58c33715385fa7e439b2503 (patch)
treeb579d2ac10d05bacb0020d897deda6548dbfbda6 /sys/arch/sun3
parentacfa95f85c020c40612e80f323d9c17431f222f1 (diff)
Adapt comments to reality
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/sun3/pmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/sun3/pmap.c b/sys/arch/sun3/sun3/pmap.c
index d010989cfc0..678d433ee88 100644
--- a/sys/arch/sun3/sun3/pmap.c
+++ b/sys/arch/sun3/sun3/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.15 1997/09/08 01:28:00 kstailey Exp $ */
+/* $OpenBSD: pmap.c,v 1.16 1998/03/04 10:58:18 niklas Exp $ */
/* $NetBSD: pmap.c,v 1.64 1996/11/20 18:57:35 gwr Exp $ */
/*-
@@ -1498,7 +1498,7 @@ pmap_bootstrap()
/*
* For our convenience, vm_page.c implements:
- * pmap_startup(), pmap_steal_memory()
+ * vm_bootstrap_steal_memory()
* using the functions:
* pmap_virtual_space(), pmap_free_pages(), pmap_next_page(),
* which are much simpler to implement.