Skip to content

Commit 7d7d731

Browse files
jmahlerJiri Kosina
authored and
Jiri Kosina
committed
msdos_fs.h: fix 'fields' in comment
Signed-off-by: Jeremiah Mahler <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent a7870c0 commit 7d7d731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/uapi/linux/msdos_fs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ struct fat_boot_sector {
134134
__u8 vol_id[4]; /* volume ID */
135135
__u8 vol_label[11]; /* volume label */
136136
__u8 fs_type[8]; /* file system type */
137-
/* other fiealds are not added here */
137+
/* other fields are not added here */
138138
} fat16;
139139

140140
struct {
@@ -157,7 +157,7 @@ struct fat_boot_sector {
157157
__u8 vol_id[4]; /* volume ID */
158158
__u8 vol_label[11]; /* volume label */
159159
__u8 fs_type[8]; /* file system type */
160-
/* other fiealds are not added here */
160+
/* other fields are not added here */
161161
} fat32;
162162
};
163163
};

0 commit comments

Comments
 (0)