typo in comment
authorderaadt <deraadt@openbsd.org>
Sat, 28 Jan 2023 05:58:47 +0000 (05:58 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 28 Jan 2023 05:58:47 +0000 (05:58 +0000)
sys/arch/amd64/amd64/pmap.c

index 12b0e7c..faadba8 100644 (file)
@@ -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;
 
 /*