summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorJeremiah Mahler <jmmahler@gmail.com>2014-12-05 06:56:50 -0800
committerJiri Kosina <jkosina@suse.cz>2015-01-20 13:51:06 +0100
commit7d7d731d1f0f27d2e470d4bc6112aca5ff30476f (patch)
treef00789b629e383fbe3f9098ab425aadfcd525ec3 /include/uapi
parenta7870c0f26afa5c2c5054528975b9ca56b399309 (diff)
downloadop-kernel-dev-7d7d731d1f0f27d2e470d4bc6112aca5ff30476f.zip
op-kernel-dev-7d7d731d1f0f27d2e470d4bc6112aca5ff30476f.tar.gz
msdos_fs.h: fix 'fields' in comment
Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/msdos_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/msdos_fs.h b/include/uapi/linux/msdos_fs.h
index e284ff9..e956704 100644
--- a/include/uapi/linux/msdos_fs.h
+++ b/include/uapi/linux/msdos_fs.h
@@ -134,7 +134,7 @@ struct fat_boot_sector {
__u8 vol_id[4]; /* volume ID */
__u8 vol_label[11]; /* volume label */
__u8 fs_type[8]; /* file system type */
- /* other fiealds are not added here */
+ /* other fields are not added here */
} fat16;
struct {
@@ -157,7 +157,7 @@ struct fat_boot_sector {
__u8 vol_id[4]; /* volume ID */
__u8 vol_label[11]; /* volume label */
__u8 fs_type[8]; /* file system type */
- /* other fiealds are not added here */
+ /* other fields are not added here */
} fat32;
};
};
OpenPOWER on IntegriCloud