From 871af160f39287ea960604e2c10c42412d1d956c Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Wed, 8 Dec 2010 22:08:08 +0000 Subject: [PATCH] Fix a typo in a comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28777 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tagcache.c b/apps/tagcache.c index 5b175c4b20..3565d8e5d4 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -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;