diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-12-08 22:08:08 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-12-08 22:08:08 +0000 |
| commit | 871af160f39287ea960604e2c10c42412d1d956c (patch) | |
| tree | 38ca969f52995e8fac3a95a7dccd6861057a42fb /apps/tagcache.c | |
| parent | 7ed8b8c9f26018156c19dab70de8f7d439db63f2 (diff) | |
| download | rockbox-871af160f39287ea960604e2c10c42412d1d956c.zip rockbox-871af160f39287ea960604e2c10c42412d1d956c.tar.gz rockbox-871af160f39287ea960604e2c10c42412d1d956c.tar.bz2 rockbox-871af160f39287ea960604e2c10c42412d1d956c.tar.xz | |
Fix a typo in a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28777 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.c')
| -rw-r--r-- | apps/tagcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index 5b175c4..3565d8e 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; |