Fix a typo in a comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28777 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2010-12-08 22:08:08 +00:00
parent 7ed8b8c9f2
commit 871af160f3

View file

@ -384,7 +384,7 @@ static long find_entry_ram(const char *filename,
static long last_pos = 0;
int i;
/* Check if we tagcache is loaded into ram. */
/* Check if tagcache is loaded into ram. */
if (!tc_stat.ramcache)
return -1;