summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/fat.c
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2010-03-16 00:54:08 +0000
committerMustapha Senhaji <moos@rockbox.org>2010-03-16 00:54:08 +0000
commitae8bf6fe73b56c4c9f0a11b21da2f3c4867ad1d3 (patch)
tree4ead952c9e11e0e3f4a93dcbcf7ecba2fcde9abf /firmware/drivers/fat.c
parentf74a6ed38a9c1228316b40363670edc97f90b695 (diff)
downloadrockbox-ae8bf6fe73b56c4c9f0a11b21da2f3c4867ad1d3.tar.gz
rockbox-ae8bf6fe73b56c4c9f0a11b21da2f3c4867ad1d3.zip
Fix a typo on a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25210 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/fat.c')
-rw-r--r--firmware/drivers/fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c
index d0b697ef60..13719fa874 100644
--- a/firmware/drivers/fat.c
+++ b/firmware/drivers/fat.c
@@ -1633,7 +1633,7 @@ int fat_open(IF_MV2(int volume,)
const struct fat_dir* dir)
{
/* Remember where the file's dir entry is located
- * Do it befoe assigning other fields so that fat_open
+ * Do it before assigning other fields so that fat_open
* can be called with file == &dir->file (see fat_opendir) */
if ( dir ) {
file->direntry = dir->entry - 1;