summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-02-22 20:23:00 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-02-22 20:23:00 +0000
commit77970e4017074427144cd600edc432972b77999e (patch)
treefae0cbe7add32cab86055f3648673ec891bc37fa
parent523af276c1b6cebb56977394db40c652e12625e0 (diff)
downloadrockbox-77970e4017074427144cd600edc432972b77999e.tar.gz
rockbox-77970e4017074427144cd600edc432972b77999e.zip
comment typo fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16369 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/pp5024.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/pp5024.h b/firmware/export/pp5024.h
index 900032132e..17bac121f6 100644
--- a/firmware/export/pp5024.h
+++ b/firmware/export/pp5024.h
@@ -19,8 +19,8 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22/* We believe is this quite similar to the 5020 and for how we just use that 22/* We believe this is quite similar to the 5020 and for now we just use that
23 completely and redifine any minor differences */ 23 completely and redefine any minor differences */
24#include "pp5020.h" 24#include "pp5020.h"
25 25
26#endif 26#endif