diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2021-01-07 19:02:46 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2021-01-07 19:02:46 +0000 |
commit | 3aea570a4fb84cba47dfe5e233de2d0e34840b36 (patch) | |
tree | 22c6d1740f94b574ea6b780cb8748d1b0c26493a /sys/arch/powerpc64 | |
parent | 605ab05564c21b356fdc864c48f23df24c7c5ce4 (diff) |
Fix typo in comment.
Diffstat (limited to 'sys/arch/powerpc64')
-rw-r--r-- | sys/arch/powerpc64/powerpc64/vm_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/powerpc64/vm_machdep.c b/sys/arch/powerpc64/powerpc64/vm_machdep.c index 609593b90be..e3960e72f67 100644 --- a/sys/arch/powerpc64/powerpc64/vm_machdep.c +++ b/sys/arch/powerpc64/powerpc64/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.5 2020/08/17 16:55:41 kettenis Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.6 2021/01/07 19:02:45 kettenis Exp $ */ /*- * Copyright (c) 1995 Charles M. Hannum. All rights reserved. @@ -76,7 +76,7 @@ cpu_fork(struct proc *p1, struct proc *p2, void *stack, void *tcb, /* Copy the pcb. */ *pcb = p1->p_addr->u_pcb; - /* XXX This should not be necessary but things explodes without it. */ + /* XXX This should not be necessary but things explode without it. */ memset(&pcb->pcb_slb, 0, sizeof(pcb->pcb_slb)); pmap_extract(pmap_kernel(), (vaddr_t)&pcb->pcb_slb, |