From ae8bf6fe73b56c4c9f0a11b21da2f3c4867ad1d3 Mon Sep 17 00:00:00 2001 From: Mustapha Senhaji Date: Tue, 16 Mar 2010 00:54:08 +0000 Subject: [PATCH] Fix a typo on a comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25210 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;