Fix a typo on a comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25210 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mustapha Senhaji 2010-03-16 00:54:08 +00:00
parent f74a6ed38a
commit ae8bf6fe73

View file

@ -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;