diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-19 07:15:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-19 07:15:02 +0000 |
commit | e4adcee6cb0ce93a2f20c8e69047d8295f182f19 (patch) | |
tree | 9d5cf281f5d95f9969e554ee72f5bb19abcc8f62 /firmware/export | |
parent | e6cf70a613ac81486b9fdbda4ff6d88c73e57670 (diff) |
like an FM recorder
gee, I should have more coffee before I commit in the mornings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4040 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 73d4b3ae82..8279229f78 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -27,7 +27,7 @@ #elif defined(ARCHOS_FMRECORDER) #include "config-fmrecorder.h" #elif defined(ARCHOS_RECORDERV2) -/* The v2 looks and acts a lot like a recorder */ +/* The v2 looks and acts a lot like an FM recorder */ #include "config-fmrecorder.h" #else /* no known platform */ |