From: jsg Date: Sun, 2 Jan 2022 23:39:48 +0000 (+0000) Subject: approprate -> appropriate X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f59bdad6777d9421c74da83b73c8af030bce0d5f;p=openbsd approprate -> appropriate --- diff --git a/sys/arch/sparc64/sparc64/pmap.c b/sys/arch/sparc64/sparc64/pmap.c index 345992aeb71..060cc56ba5e 100644 --- a/sys/arch/sparc64/sparc64/pmap.c +++ b/sys/arch/sparc64/sparc64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.103 2017/12/04 22:06:21 kettenis Exp $ */ +/* $OpenBSD: pmap.c,v 1.104 2022/01/02 23:39:48 jsg Exp $ */ /* $NetBSD: pmap.c,v 1.107 2001/08/31 16:47:41 eeh Exp $ */ #undef NO_VCACHE /* Don't forget the locked TLB in dostart */ /* @@ -94,7 +94,7 @@ void pmap_copy_phys(paddr_t src, paddr_t dst); * writeable we set the TLB_REAL_W bit for the trap handler. * * Whenever we take a TLB miss trap, the trap handler will set the TLB_ACCESS - * bit in the approprate TTE in the page table. Whenever we take a protection + * bit in the appropriate TTE in the page table. Whenever we take a protection * fault, if the TLB_REAL_W bit is set then we flip both the TLB_W and TLB_MOD * bits to enable writing and mark the page as modified. *