summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/arch/z80/src/z80/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/z80/README.txt b/nuttx/arch/z80/src/z80/README.txt
index 81cdf756d..df8b36de9 100644
--- a/nuttx/arch/z80/src/z80/README.txt
+++ b/nuttx/arch/z80/src/z80/README.txt
@@ -13,8 +13,8 @@ z80_head.asm
RST interrupts.
z80_rom.asm
- Some architectures may hae ROM located at address zero. In this case, a
- special version of the "head" logic must be used. This specail "head"
+ Some architectures may have ROM located at address zero. In this case, a
+ special version of the "head" logic must be used. This special "head"
file is probably board-specific and, hence, belongs in the board-specific
configs/<board-name>/src directory. This file may, however, be used as
a model for such a board-specific file.