Fix elf loader range checking
[qemu] / target-sh4 / README.sh4
index b887175..a92b6f3 100644 (file)
@@ -113,7 +113,7 @@ GDB remote target support has been implemented and lightly tested.
 Files
 -----
 
-File names are harcoded at this time. The bootloader must be stored in
+File names are hardcoded at this time. The bootloader must be stored in
 shix_bios.bin in the current directory. The initial Linux image must
 be stored in shix_linux_nand.bin in the current directory in NAND
 format. Test files can be obtained from
@@ -141,7 +141,7 @@ if __name__ == '__main__':
     import sys
     denand (open (sys.argv[1], 'rb'),
             open (sys.argv[2], 'wb'))
-    
+
 Style isssues
 -------------