diff options
author | Björn Stenberg <bjorn@haxx.se> | 2008-11-03 15:25:43 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2008-11-03 15:25:43 +0000 |
commit | 012f56479fe155b5a49ea595b2bd19f72eb360ac (patch) | |
tree | 6f5ad4afe9990d3bea05bb4097f7dfaee9851289 | |
parent | 3b05259316cdfa8baa578d868352233ad2e9bfa0 (diff) |
Minor comment change. FS #9234.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18991 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/tuner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h index f3b7621d38..a081472fa1 100644 --- a/firmware/export/tuner.h +++ b/firmware/export/tuner.h @@ -86,7 +86,7 @@ extern int (*tuner_get)(int setting); /** Sanyo LV24020LP **/ #if (CONFIG_TUNER & LV24020LP) -/* Sansa e200 Series */ +/* Sansa c200, e200 */ #include "lv24020lp.h" #endif |