diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:16:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:16:56 +0000 |
commit | 3de0f6c97d2e2f4dbfd2fd5762882ac7904a305f (patch) | |
tree | 9725734814e1725942b806c411b987c63621b896 /sys/arch | |
parent | 735e88eb775315cc042e23606ddb3fddae6637b8 (diff) |
entris -> entries
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sh/include/mmu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/include/mmu.h b/sys/arch/sh/include/mmu.h index 2d7c5c9b673..bf12a4e573c 100644 --- a/sys/arch/sh/include/mmu.h +++ b/sys/arch/sh/include/mmu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mmu.h,v 1.2 2008/06/26 05:42:12 ray Exp $ */ +/* $OpenBSD: mmu.h,v 1.3 2022/02/21 12:16:55 jsg Exp $ */ /* $NetBSD: mmu.h,v 1.9 2006/03/04 01:55:03 uwe Exp $ */ /*- @@ -42,7 +42,7 @@ * Call after exception vector was installed. * * TLB access ops. - * sh_tlb_invalidate_addr invalidate TLB entris for given + * sh_tlb_invalidate_addr invalidate TLB entries for given * virtual addr with ASID. * sh_tlb_invalidate_asid invalidate TLB entries for given ASID. * sh_tlb_invalidate_all invalidate all non-wired TLB entries. |