aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/shadow.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-10-02 08:46:40 +0200
committerKevin O'Connor <kevin@koconnor.net>2015-10-09 13:34:28 -0400
commit6bcacf7d19b1dc7fcd99f55491e93514f1f19279 (patch)
tree6e7a14b3da4433ea6b1bada424f86938b6a928d0 /src/fw/shadow.c
parent62de31b4feb5eacc4139f4d9fc28ae102921b4c7 (diff)
downloadseabios-6bcacf7d19b1dc7fcd99f55491e93514f1f19279.tar.gz
Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/shadow.c')
-rw-r--r--src/fw/shadow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/shadow.c b/src/fw/shadow.c
index 4f00006b..936ae285 100644
--- a/src/fw/shadow.c
+++ b/src/fw/shadow.c
@@ -65,7 +65,7 @@ make_bios_writable_intel(u16 bdf, u32 pam0)
if (!(reg & 0x10)) {
// QEMU doesn't fully implement the piix shadow capabilities -
// if ram isn't backing the bios segment when shadowing is
- // disabled, the code itself wont be in memory. So, run the
+ // disabled, the code itself won't be in memory. So, run the
// code from the high-memory flash location.
u32 pos = (u32)__make_bios_writable_intel + BIOS_SRC_OFFSET;
void (*func)(u16 bdf, u32 pam0) = (void*)pos;