summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/sh/archos/ata-as-archos.S2
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:
138 * Writing is not unrolled as much as reading, for several reasons: 138 * Writing is not unrolled as much as reading, for several reasons:
139 * 139 *
140 * - a similar instruction sequence is faster for writing than for reading 140 * - a similar instruction sequence is faster for writing than for reading
141 * because the auto-incrementing load inctructions can be used 141 * because the auto-incrementing load instructions can be used
142 * - writing profits from warp mode 142 * - writing profits from warp mode
143 * 143 *
144 * Both of these add up to have writing faster than the more unrolled reading. 144 * Both of these add up to have writing faster than the more unrolled reading.