msdos_fs.h: fix 'fields' in comment
authorJeremiah Mahler <jmmahler@gmail.com>
Fri, 5 Dec 2014 14:56:50 +0000 (06:56 -0800)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Jan 2015 12:51:06 +0000 (13:51 +0100)
Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/uapi/linux/msdos_fs.h

index e284ff919d6ea8027fb536f957c6865b6556dd3c..e956704f5fb1b24ceba1b0157c8d37cf87ee3d15 100644 (file)
@@ -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;
        };
 };
This page took 0.026091 seconds and 5 git commands to generate.