We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2469a29 commit 4ffd7deCopy full SHA for 4ffd7de
1 file changed
sdk/lib/fslib/vfatlib/vfatlib.c
@@ -552,7 +552,7 @@ VfatChkdsk(
552
DriveLetter[0] = DriveRoot->Buffer[4] & 0x5F; // 0x5f for Uppercase letter
553
VfatPrint("Chkdsk complete for Volume %S.\n", DriveLetter);
554
VfatPrint("%u files on disk.\n", FsCheckTotalFiles);
555
- VfatPrint("%lu clusters on the disk.\n", fs.data_clusters);
+ VfatPrint("%lu total clusters on the disk.\n", fs.data_clusters);
556
VfatPrint("%lu clusters available on the disk.\n", free_clusters);
557
}
558
else
0 commit comments