summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chicoine <mc2739@gmail.com>2010-05-21 10:35:35 +0000
committerMichael Chicoine <mc2739@gmail.com>2010-05-21 10:35:35 +0000
commit5e98b2717825ae55165044547b5be47065c2efcc (patch)
tree499696e3ecac79e860f59f53c19851008fa14c8e
parent5f53612441cc0102c8b96aba32be4543fe9bfeff (diff)
downloadrockbox-5e98b2717825ae55165044547b5be47065c2efcc.tar.gz
rockbox-5e98b2717825ae55165044547b5be47065c2efcc.zip
Fix typos in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26224 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/common/dircache.c4
1 files 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)
1212} 1212}
1213 1213
1214/* Check if dircache state is still valid. With hotswap, on fs changed, 1214/* Check if dircache state is still valid. With hotswap, on fs changed,
1215 * the dircache became invalid but functions coulld be called befire the 1215 * the dircache became invalid but functions could be called before the
1216 * dircache thread process the message */ 1216 * dircache thread processes the message */
1217static void check_dircache_state(void) 1217static void check_dircache_state(void)
1218{ 1218{
1219 if(check_event_queue()) 1219 if(check_event_queue())