mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Tiny fix of spelling in comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae39135e2e
commit
565de61222
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue