We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7870c0 commit 7d7d731Copy full SHA for 7d7d731
include/uapi/linux/msdos_fs.h
@@ -134,7 +134,7 @@ struct fat_boot_sector {
134
__u8 vol_id[4]; /* volume ID */
135
__u8 vol_label[11]; /* volume label */
136
__u8 fs_type[8]; /* file system type */
137
- /* other fiealds are not added here */
+ /* other fields are not added here */
138
} fat16;
139
140
struct {
@@ -157,7 +157,7 @@ struct fat_boot_sector {
157
158
159
160
161
} fat32;
162
};
163
0 commit comments