diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
commit | c08b0d64f93729a6088a731e9e41fda5bec371e1 (patch) | |
tree | e09749cad372b028eb5c075077d98bbae8a348bb /sys/arch/i386 | |
parent | 92740d6c8077a1465c78e747b508ddbb0d12ab57 (diff) |
Fix some spelling.
Input and ok jmc@, jsg@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/trap.c b/sys/arch/i386/i386/trap.c index 73634e238ab..acba6dd5798 100644 --- a/sys/arch/i386/i386/trap.c +++ b/sys/arch/i386/i386/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.164 2023/12/13 15:57:22 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.165 2024/09/04 07:54:51 mglocker Exp $ */ /* $NetBSD: trap.c,v 1.95 1996/05/05 06:50:02 mycroft Exp $ */ /*- @@ -121,7 +121,7 @@ upageflttrap(struct trapframe *frame, uint32_t cr2) /* * cpu_pae is true if system has PAE + NX. - * If NX is not enabled, we cant distinguish between PROT_READ + * If NX is not enabled, we can't distinguish between PROT_READ * and PROT_EXEC access, so try both. */ error = uvm_fault(&p->p_vmspace->vm_map, va, 0, access_type); |