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;