aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 12:38:56 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:33 -0400
commit490797e851af64481a998b80072554b75009483c (patch)
tree611a681620987be222de848ed04e90530f38c378
parent0db698888c0f21f7fc72159f765257774bb304d8 (diff)
downloadseabios-490797e851af64481a998b80072554b75009483c.tar.gz
readme: Minor - fix typo in readme.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9b3cb62..f752451 100644
--- a/README
+++ b/README
@@ -105,7 +105,7 @@ Most BIOS variables are stored in global variables, the "BDA", or
macros (GET/SET_GLOBAL, GET/SET_BDA, and GET/SET_EBDA) are available
to simplify these accesses. Also, an area in the 0xc0000-0xf0000
memory range is made available for internal BIOS run-time variables
-that are marked iwth the VARLOW attribute. These variables can then
+that are marked with the VARLOW attribute. These variables can then
be accessed with the GET/SET_LOW macros.
Global variables defined in the C code can be read in 16bit mode if