From: deraadt Date: Sat, 28 Jan 2023 05:58:47 +0000 (+0000) Subject: typo in comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7a51e2d5894b77bab85da8f94b0a55e621b0aa21;p=openbsd typo in comment --- diff --git a/sys/arch/amd64/amd64/pmap.c b/sys/arch/amd64/amd64/pmap.c index 12b0e7c00f0..faadba85edc 100644 --- a/sys/arch/amd64/amd64/pmap.c +++ b/sys/arch/amd64/amd64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.158 2023/01/20 16:01:04 deraadt Exp $ */ +/* $OpenBSD: pmap.c,v 1.159 2023/01/28 05:58:47 deraadt Exp $ */ /* $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */ /* @@ -232,7 +232,7 @@ struct pmap kernel_pmap_store; /* the kernel's pmap (proc0) */ pt_entry_t pg_nx = 0; pt_entry_t pg_g_kern = 0; -/* pg_nx: XO PTE bits, set to PKU key1 (if cpu supports PKU) */ +/* pg_no: XO PTE bits, set to PKU key1 (if cpu supports PKU) */ pt_entry_t pg_xo; /*