summaryrefslogtreecommitdiffstats
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index 06bb2dd..f7818af 100644
--- a/defs.h
+++ b/defs.h
@@ -15,7 +15,7 @@
*/
#define LOW_TEST_ADR 0x00010000 /* Final adrs for test code */
-#define BOOTSEG 0x07c0 /* Segment adrs for inital boot */
+#define BOOTSEG 0x07c0 /* Segment adrs for initial boot */
#define INITSEG 0x9000 /* Segment adrs for relocated boot */
#define SETUPSEG (INITSEG+0x20) /* Segment adrs for relocated setup */
#define TSTLOAD 0x1000 /* Segment adrs for load of test */