diff options
author | Steve Bavin <pondlife@pondlife.me> | 2008-03-25 15:47:31 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2008-03-25 15:47:31 +0000 |
commit | 565de61222ba8dc9526ab5b61f56a07df7422c8f (patch) | |
tree | 978d9e01d7eeaaeb928e8dcad5a3e2ea2f28f274 | |
parent | ae39135e2ead39a440af564b418ec929e70e09ed (diff) |
Tiny fix of spelling in comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16800 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/tagcache.h | 2 |
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, /* How many entries to fetch to the seek table at once while searching. */ #define SEEK_LIST_SIZE 32 -/* Always strict align entries for best performance and binary compatability. */ +/* Always strict align entries for best performance and binary compatibility. */ #define TAGCACHE_STRICT_ALIGN 1 /* Max events in the internal tagcache command queue. */ |