summaryrefslogtreecommitdiff
path: root/docs/TECH
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
commit357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch)
tree29035132e1313259010b945c7e37595939d369d9 /docs/TECH
parentef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff)
downloadrockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.zip
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.gz
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.bz2
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.xz
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/TECH')
-rw-r--r--docs/TECH4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TECH b/docs/TECH
index ded9a7a..d53943a 100644
--- a/docs/TECH
+++ b/docs/TECH
@@ -6,7 +6,7 @@ Background
[Most, if not all, of this document is completely outdated. You should rather
hunt down this info in the Rockbox wiki or source code!]
- Björn Stenberg started this venture back in the late year 2001. The first
+ Björn Stenberg started this venture back in the late year 2001. The first
Rockbox code was committed to CVS end of March 2002. Rockbox 1.0 was
released in June.
@@ -54,7 +54,7 @@ Playing MPEG
The DEMAND signal is connected to a port pin on the CPU which can generate
an IRQ, but only on the falling edge. That means that the mpeg driver code
-  must poll the DEMAND signal every ms to keep the MAS happy. The mpeg code
+  must poll the DEMAND signal every ms to keep the MAS happy. The mpeg code
does use the IRQ to detect the falling edge when the MAS is "full".
Unfortunately, the serial port on the CPU sends the LSB first, and the MAS