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
This commit is contained in:
patacongo 2008-02-23 14:30:50 +00:00
parent 4b331938fa
commit aab9267f38

View File

@ -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.