From 5e98b2717825ae55165044547b5be47065c2efcc Mon Sep 17 00:00:00 2001 From: Michael Chicoine Date: Fri, 21 May 2010 10:35:35 +0000 Subject: Fix typos in comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26224 a1c6a512-1295-4272-9138-f99709370657 --- firmware/common/dircache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/common/dircache.c b/firmware/common/dircache.c index a50ebe8f30..4a033f5f83 100644 --- a/firmware/common/dircache.c +++ b/firmware/common/dircache.c @@ -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, - * the dircache became invalid but functions coulld be called befire the - * dircache thread process the message */ + * the dircache became invalid but functions could be called before the + * dircache thread processes the message */ static void check_dircache_state(void) { if(check_event_queue()) -- cgit v1.2.3