diff options
Diffstat (limited to 'ld/emultempl/m68hc1xelf.em')
-rw-r--r-- | ld/emultempl/m68hc1xelf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/m68hc1xelf.em b/ld/emultempl/m68hc1xelf.em index ef35b3c..c4546c6 100644 --- a/ld/emultempl/m68hc1xelf.em +++ b/ld/emultempl/m68hc1xelf.em @@ -104,7 +104,7 @@ m68hc11_elf_${EMULATION_NAME}_before_allocation (void) window (rx) : ORIGIN = 0x8000, LENGTH = 16K But for 68HC11 this is board specific. The definition of such - memory region allows to control how this paged memory is accessed. */ + memory region allows one to control how this paged memory is accessed. */ region = lang_memory_region_lookup (bank_window_name, FALSE); /* Check the length to see if it was defined in the script. */ |