summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2008-06-28 00:02:07 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2008-06-28 00:02:07 +0000
commitaab068631bc266e8e227ed2b0f7d92736e97f882 (patch)
tree930be82e2fb832e6771f34ff0da6e399485dad11 /firmware
parent3a3facb6bc1af71de53fceff4dfc159ef0ea450f (diff)
downloadrockbox-aab068631bc266e8e227ed2b0f7d92736e97f882.tar.gz
rockbox-aab068631bc266e8e227ed2b0f7d92736e97f882.zip
fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17824 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f5e4862995..b989ad1a33 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -465,7 +465,7 @@
defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
(CONFIG_CPU == PNX0101) || \
- (CONFIG_CPU == S5L8700)) /* Samsing S5L8700: core, plugins, codecs */
+ (CONFIG_CPU == S5L8700)) /* Samsung S5L8700: core, plugins, codecs */
#define ICODE_ATTR __attribute__ ((section(".icode")))
#define ICONST_ATTR __attribute__ ((section(".irodata")))
#define IDATA_ATTR __attribute__ ((section(".idata")))