1
0
Fork 0
forked from len0rd/rockbox

Fix typo.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13486 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-05-23 21:40:54 +00:00
parent 621725a2b8
commit 46b634fd57

View file

@ -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.