typo corrections and clean ups

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3320 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2003-02-21 23:40:31 +00:00
parent a8ac4b627d
commit 6e3eb8489b
2 changed files with 29 additions and 51 deletions

View file

@ -11,7 +11,7 @@ A3. Crossfading would require two mp3 decoders, and we only have one. This
Q4. Interfacing with other USB devices (like cameras) or 2 player games over
USB
A4. The USB system demands that there is a master that talkes to a slave.
A4. The USB system demands that there is a master that talks to a slave.
The Archos can only serve as a slave, as most other USB devices such
as cameras can. Thus, without a master no communication between the slaves
can take place.