summaryrefslogtreecommitdiffstats
path: root/firmware/target/sh/archos/ata-as-archos.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos/ata-as-archos.S')
-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:
* 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.