diff options
author | Mustapha Senhaji <moos@rockbox.org> | 2010-03-16 00:54:08 +0000 |
---|---|---|
committer | Mustapha Senhaji <moos@rockbox.org> | 2010-03-16 00:54:08 +0000 |
commit | ae8bf6fe73b56c4c9f0a11b21da2f3c4867ad1d3 (patch) | |
tree | 4ead952c9e11e0e3f4a93dcbcf7ecba2fcde9abf | |
parent | f74a6ed38a9c1228316b40363670edc97f90b695 (diff) |
Fix a typo on a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25210 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/drivers/fat.c | 2 |
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; |