From 4c264fd6da536f2ade0fb341ba6c4e8c728848ed Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:37:42 -0400 Subject: [PATCH] Spelling: reserved --- src/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format.c b/src/format.c index 632ece09..02d7092e 100644 --- a/src/format.c +++ b/src/format.c @@ -534,7 +534,7 @@ static BOOL FormatFAT32(DWORD DriveIndex) // Fix up the FSInfo sector pFAT32FsInfo->dFree_Count = (UserAreaSize/SectorsPerCluster) - 1; - pFAT32FsInfo->dNxt_Free = 3; // clusters 0-1 resered, we used cluster 2 for the root dir + pFAT32FsInfo->dNxt_Free = 3; // clusters 0-1 reserved, we used cluster 2 for the root dir uprintf("%d Free Clusters\n", pFAT32FsInfo->dFree_Count); // Work out the Cluster count