diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-04-20 07:27:55 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-04-20 07:27:55 +0000 |
commit | d1a66036605de594a13bf5fee08a5ad8cc880fd7 (patch) | |
tree | c0656bbc24a248e333f9bb83ac1953d8c5da4298 /sys/arch/alpha | |
parent | cf76f2a83d8c0ee3263c66a26d6d7e8d4d505f36 (diff) |
grammar fixes PTE's -> PTEs
ok guenther, jmc, tom, millert, deraadt
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/pmap.c b/sys/arch/alpha/alpha/pmap.c index 48265d41a85..390e822e1fe 100644 --- a/sys/arch/alpha/alpha/pmap.c +++ b/sys/arch/alpha/alpha/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.84 2016/09/15 02:00:16 dlg Exp $ */ +/* $OpenBSD: pmap.c,v 1.85 2018/04/20 07:27:54 mlarkin Exp $ */ /* $NetBSD: pmap.c,v 1.154 2000/12/07 22:18:55 thorpej Exp $ */ /*- @@ -724,7 +724,7 @@ pmap_bootstrap(paddr_t ptaddr, u_int maxasn, u_long ncpuids) kmeminit_nkmempages(); /* - * Figure out how many PTE's are necessary to map the kernel. + * Figure out how many PTEs are necessary to map the kernel. */ lev3mapsize = (VM_PHYS_SIZE + 16 * NCARGS + PAGER_MAP_SIZE) / PAGE_SIZE + (maxthread * UPAGES) + nkmempages; |