From 6517937abb33b837c78cb2c40573514de0cf58c9 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 29 Jan 2023 16:23:15 +0000 Subject: [PATCH] sign another typo --- sys/arch/amd64/amd64/pmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/amd64/pmap.c b/sys/arch/amd64/amd64/pmap.c index faadba85edc..d6b6fcbf7be 100644 --- a/sys/arch/amd64/amd64/pmap.c +++ b/sys/arch/amd64/amd64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.159 2023/01/28 05:58:47 deraadt Exp $ */ +/* $OpenBSD: pmap.c,v 1.160 2023/01/29 16:23:15 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_no: XO PTE bits, set to PKU key1 (if cpu supports PKU) */ +/* pg_xo: XO PTE bits, set to PKU key1 (if cpu supports PKU) */ pt_entry_t pg_xo; /* -- 2.20.1