summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2008-03-25 15:47:31 +0000
committerSteve Bavin <pondlife@pondlife.me>2008-03-25 15:47:31 +0000
commit565de61222ba8dc9526ab5b61f56a07df7422c8f (patch)
tree978d9e01d7eeaaeb928e8dcad5a3e2ea2f28f274 /apps
parentae39135e2ead39a440af564b418ec929e70e09ed (diff)
downloadrockbox-565de61222ba8dc9526ab5b61f56a07df7422c8f.tar.gz
rockbox-565de61222ba8dc9526ab5b61f56a07df7422c8f.zip
Tiny fix of spelling in comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16800 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/tagcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 4253f608cc..51b063d7ff 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -60,7 +60,7 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
60/* How many entries to fetch to the seek table at once while searching. */ 60/* How many entries to fetch to the seek table at once while searching. */
61#define SEEK_LIST_SIZE 32 61#define SEEK_LIST_SIZE 32
62 62
63/* Always strict align entries for best performance and binary compatability. */ 63/* Always strict align entries for best performance and binary compatibility. */
64#define TAGCACHE_STRICT_ALIGN 1 64#define TAGCACHE_STRICT_ALIGN 1
65 65
66/* Max events in the internal tagcache command queue. */ 66/* Max events in the internal tagcache command queue. */