forked from len0rd/rockbox
Fix typos in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26224 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f53612441
commit
5e98b27178
1 changed files with 2 additions and 2 deletions
|
|
@ -1212,8 +1212,8 @@ void dircache_add_file(const char *path, long startcluster)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check if dircache state is still valid. With hotswap, on fs changed,
|
/* Check if dircache state is still valid. With hotswap, on fs changed,
|
||||||
* the dircache became invalid but functions coulld be called befire the
|
* the dircache became invalid but functions could be called before the
|
||||||
* dircache thread process the message */
|
* dircache thread processes the message */
|
||||||
static void check_dircache_state(void)
|
static void check_dircache_state(void)
|
||||||
{
|
{
|
||||||
if(check_event_queue())
|
if(check_event_queue())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue