From aab9267f3875db99c6d83b94a2b0fd1653765d37 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 23 Feb 2008 14:30:50 +0000 Subject: [PATCH] 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 --- arch/z80/src/z80/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/z80/src/z80/README.txt b/arch/z80/src/z80/README.txt index 81cdf756d0..df8b36de92 100644 --- a/arch/z80/src/z80/README.txt +++ b/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//src directory. This file may, however, be used as a model for such a board-specific file.