diff options
Diffstat (limited to 'util-linux/mkfs_vfat.c')
-rw-r--r-- | util-linux/mkfs_vfat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index 45760f7c5..bb5b59c66 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | #define ATTR_VOLUME 8 | 29 | #define ATTR_VOLUME 8 |
30 | 30 | ||
31 | #define NUM_FATS 2 | 31 | #define NUM_FATS 2 |
32 | 32 | ||
33 | /* FAT32 filesystem looks like this: | 33 | /* FAT32 filesystem looks like this: |
34 | * sector -nn...-1: "hidden" sectors, all sectors before this partition | 34 | * sector -nn...-1: "hidden" sectors, all sectors before this partition |