From 565de61222ba8dc9526ab5b61f56a07df7422c8f Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Tue, 25 Mar 2008 15:47:31 +0000 Subject: Tiny fix of spelling in comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16800 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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. */ -- cgit v1.2.3