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:
parent
f74a6ed38a
commit
ae8bf6fe73
1 changed files with 1 additions and 1 deletions
|
@ -1633,7 +1633,7 @@ int fat_open(IF_MV2(int volume,)
|
||||||
const struct fat_dir* dir)
|
const struct fat_dir* dir)
|
||||||
{
|
{
|
||||||
/* Remember where the file's dir entry is located
|
/* 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) */
|
* can be called with file == &dir->file (see fat_opendir) */
|
||||||
if ( dir ) {
|
if ( dir ) {
|
||||||
file->direntry = dir->entry - 1;
|
file->direntry = dir->entry - 1;
|
||||||
|
|
Loading…
Reference in a new issue