diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-30 08:30:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-30 08:30:02 +0000 |
commit | fe6bc55fc097b830a4cf06996b7ef582b2fe9402 (patch) | |
tree | d4de3a98d1596b963fd87d34016dea67b24c2fa3 /sys/arch/i386 | |
parent | 1289a7741494c3d5e286aefb006b2d5264b7a58d (diff) |
spelling
ok jmc@ guenther@ tb@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/pmapae.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/pmapae.c b/sys/arch/i386/i386/pmapae.c index e2f6c05a5e5..37e77ecbc3b 100644 --- a/sys/arch/i386/i386/pmapae.c +++ b/sys/arch/i386/i386/pmapae.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmapae.c,v 1.70 2023/04/13 15:23:22 miod Exp $ */ +/* $OpenBSD: pmapae.c,v 1.71 2023/05/30 08:30:01 jsg Exp $ */ /* * Copyright (c) 2006-2008 Michael Shalayeff @@ -1965,7 +1965,7 @@ pmap_enter_special_pae(vaddr_t va, paddr_t pa, vm_prot_t prot, u_int32_t flags) /* npa = physaddr of PT page */ npa = pd[l2idx] & PMAP_PA_MASK; - /* Valide PDE for the 2MB region containing va? */ + /* Valid PDE for the 2MB region containing va? */ if (!npa) { /* * No valid PDE - allocate PT page and set PDE. We diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index f7ddd7e47e3..b0b8a6ff030 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.S +++ b/sys/arch/i386/stand/biosboot/biosboot.S @@ -1,4 +1,4 @@ -/* $OpenBSD: biosboot.S,v 1.45 2022/09/01 08:18:20 krw Exp $ */ +/* $OpenBSD: biosboot.S,v 1.46 2023/05/30 08:30:01 jsg Exp $ */ /* * Copyright (c) 2003 Tobias Weingartner @@ -420,7 +420,7 @@ load_blocks: /* * The addw could be a 3 byte instruction, but stick to a 4 byte - * one since the former inroduces mysterious hangs on *some* + * one since the former introduces mysterious hangs on *some* * BIOS implementations, possibly alignment related. * Grand prize for somebody finding the root cause! */ |