diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-05-23 21:40:54 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-05-23 21:40:54 +0000 |
commit | 46b634fd576e5bda28e54bdc90e86ee5ba2fb146 (patch) | |
tree | aeff94ff55e700cb22206c69805a53670d00fe77 /firmware/target | |
parent | 621725a2b8419022092aa6f4d01a51be4a25416e (diff) |
Fix typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13486 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target')
-rw-r--r-- | firmware/target/sh/archos/ata-as-archos.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/sh/archos/ata-as-archos.S b/firmware/target/sh/archos/ata-as-archos.S index 4a4e7e4b94..51008ce791 100644 --- a/firmware/target/sh/archos/ata-as-archos.S +++ b/firmware/target/sh/archos/ata-as-archos.S @@ -138,7 +138,7 @@ _copy_read_sectors: * Writing is not unrolled as much as reading, for several reasons: * * - a similar instruction sequence is faster for writing than for reading - * because the auto-incrementing load inctructions can be used + * because the auto-incrementing load instructions can be used * - writing profits from warp mode * * Both of these add up to have writing faster than the more unrolled reading. |