summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2023-01-28 05:58:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2023-01-28 05:58:48 +0000
commitff1b0f8956e8c6c0bec6a64f0b36d898b42e109a (patch)
tree08c53909e7c0ead33f28d39899e5e97ec6704a5c /sys/arch/amd64
parentc1003e82b8c5e863b173a7211dceab4136aa4f20 (diff)
typo in comment
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/pmap.c4
1 files changed, 2 insertions, 2 deletions
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;
/*