summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/amd64/vm_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/amd64/vm_machdep.c')
-rw-r--r--sys/arch/amd64/amd64/vm_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vm_machdep.c b/sys/arch/amd64/amd64/vm_machdep.c
index 24f856f99d2..f75fbc7bf86 100644
--- a/sys/arch/amd64/amd64/vm_machdep.c
+++ b/sys/arch/amd64/amd64/vm_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm_machdep.c,v 1.3 2004/06/25 11:03:27 art Exp $ */
+/* $OpenBSD: vm_machdep.c,v 1.4 2004/09/20 17:51:05 miod Exp $ */
/* $NetBSD: vm_machdep.c,v 1.1 2003/04/26 18:39:33 fvdl Exp $ */
/*-
@@ -120,7 +120,7 @@ cpu_fork(struct proc *p1, struct proc *p2, void *stack, size_t stacksize,
p2->p_md.md_tss_sel = GSEL(GNULL_SEL, SEL_KPL);
/*
- * Activate the addres space. Note this will refresh pcb_ldt_sel.
+ * Activate the address space. Note this will refresh pcb_ldt_sel.
*/
pmap_activate(p2);