diff options
| -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 4a4e7e4..51008ce 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. |