[PATCH 3/4] Fix a typo in a comment --- apps/tagcache.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/tagcache.c b/apps/tagcache.c index 679d7cb..bd9e5b8 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -390,7 +390,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; -- 1.7.1