diff options
| author | Tom Ross <midgey@rockbox.org> | 2007-02-07 02:18:14 +0000 |
|---|---|---|
| committer | Tom Ross <midgey@rockbox.org> | 2007-02-07 02:18:14 +0000 |
| commit | 70ebc8feb156613d586b3330d309ec72d1e30c2d (patch) | |
| tree | 5ac53c63113b3ee5c80b04519332b1875bf951ae | |
| parent | ce89a2745c31fbe724c9f39dbcf064578606002b (diff) | |
| download | rockbox-70ebc8feb156613d586b3330d309ec72d1e30c2d.zip rockbox-70ebc8feb156613d586b3330d309ec72d1e30c2d.tar.gz rockbox-70ebc8feb156613d586b3330d309ec72d1e30c2d.tar.bz2 rockbox-70ebc8feb156613d586b3330d309ec72d1e30c2d.tar.xz | |
Correct a deceptive comment. Clarify that this config file is only for the 4g grayscale iPod.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12220 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-ipod4g.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index d6958be..3827acf 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -1,5 +1,5 @@ /* - * This config file is for the Apple iPod Color/Photo + * This config file is for the Apple iPod 4g Grayscale */ #define TARGET_TREE /* this target is using the target tree system */ |