summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-23 14:30:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-23 14:30:50 +0000
commit40250c6ab58d29f5af7ca45fee012b51eaae61ee (patch)
tree0e34aa58b178eeae7dcf7cf382a5a1c7f9794497
parente0f183e5aa8e7c1ca0ad3f9b02dd6dee65952ffd (diff)
downloadnuttx-40250c6ab58d29f5af7ca45fee012b51eaae61ee.tar.gz
nuttx-40250c6ab58d29f5af7ca45fee012b51eaae61ee.tar.bz2
nuttx-40250c6ab58d29f5af7ca45fee012b51eaae61ee.zip
Oops last version was still in editor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@721 42af7a65-404d-4744-a932-0658087f49c3
-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.