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/amd64/stand | |
parent | 1289a7741494c3d5e286aefb006b2d5264b7a58d (diff) |
spelling
ok jmc@ guenther@ tb@
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/biosboot/biosboot.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/biosboot/biosboot.S b/sys/arch/amd64/stand/biosboot/biosboot.S index 3b589f2b651..64b0dd578e2 100644 --- a/sys/arch/amd64/stand/biosboot/biosboot.S +++ b/sys/arch/amd64/stand/biosboot/biosboot.S @@ -1,4 +1,4 @@ -/* $OpenBSD: biosboot.S,v 1.12 2022/08/31 10:46:33 krw Exp $ */ +/* $OpenBSD: biosboot.S,v 1.13 2023/05/30 08:30:00 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! */ |