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;