diff options
author | Robert Menes <rmenes@rockbox.org> | 2009-02-06 17:13:32 +0000 |
---|---|---|
committer | Robert Menes <rmenes@rockbox.org> | 2009-02-06 17:13:32 +0000 |
commit | f747d9d39e48c8bbf938220427584c4d8bf41b4c (patch) | |
tree | d7ad6e554d939ecbdb609677b73cdf1e985e6841 | |
parent | 79c25649b740ad2ac1dce80b5303b2b98470495c (diff) | |
download | rockbox-f747d9d39e48c8bbf938220427584c4d8bf41b4c.tar.gz rockbox-f747d9d39e48c8bbf938220427584c4d8bf41b4c.zip |
Fix English usage in Appendix E.2.2; thanks to the sharp eyes
of Nick Sant (evilnick).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19934 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/appendix/appendix.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex index 8292d972fd..e8a6c839ab 100644 --- a/manual/appendix/appendix.tex +++ b/manual/appendix/appendix.tex | |||
@@ -96,7 +96,7 @@ The recording hardware (the MAS) does not allow us to do this | |||
96 | The USB system demands that there is a master that talks to a slave. The | 96 | The USB system demands that there is a master that talks to a slave. The |
97 | \dap{} can only serve as a slave, as most other USB devices such as | 97 | \dap{} can only serve as a slave, as most other USB devices such as |
98 | cameras can. Thus, without a master no communication between the slaves | 98 | cameras can. Thus, without a master no communication between the slaves |
99 | can take place. If that is not enough, we have no ways of actually | 99 | can take place. If that is not enough, we have no way of actually |
100 | controlling the communication performed over USB since the USB circuit | 100 | controlling the communication performed over USB since the USB circuit |
101 | in the \dap{} is strictly made for disk{}-access and does not allow us | 101 | in the \dap{} is strictly made for disk{}-access and does not allow us |
102 | to play with it the way we'd need for any good communication to work. | 102 | to play with it the way we'd need for any good communication to work. |