diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index fe65a7d5688bbd320782f688b2af164b3e0f6e7e..be5e15323bab45b99e4693b43cb543c9aa85c586 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -63,7 +63,7 @@ struct msdos_sb_info {
 	unsigned short sec_per_clus;  /* sectors/cluster */
 	unsigned short cluster_bits;  /* log2(cluster_size) */
 	unsigned int cluster_size;    /* cluster size */
-	unsigned char fats, fat_bits; /* number of FATs, FAT bits (12 or 16) */
+	unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */
 	unsigned short fat_start;
 	unsigned long fat_length;     /* FAT start & length (sec.) */
 	unsigned long dir_start;