summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/compal/highram.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/board/compal/highram.lds')
-rw-r--r--src/target/firmware/board/compal/highram.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/board/compal/highram.lds b/src/target/firmware/board/compal/highram.lds
index 9309d83f..f2e04a36 100644
--- a/src/target/firmware/board/compal/highram.lds
+++ b/src/target/firmware/board/compal/highram.lds
@@ -16,7 +16,7 @@ MEMORY
XRAM (rw) : ORIGIN = 0x00800000, LENGTH = 0x00020000
/* highram binary single big zone with all rest of internal SRAM */
/* -> our text, initialized data */
- /* -> our unitialized data, stacks, heap */
+ /* -> our uninitialized data, stacks, heap */
RAM (rw) : ORIGIN = 0x00820000, LENGTH = 0x00030000
}
SECTIONS