Skip to content

Commit

Permalink
hpfs: fix spelling mistake "partion" -> "partition"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistakes in comments

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Mikulas Patocka <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Colin Ian King authored and torvalds committed Mar 12, 2019
1 parent f47d633 commit cb1d150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fs/hpfs/hpfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ struct hpfs_spare_block
u8 bad_sector: 1; /* bad sector, corrupted disk (???) */
u8 bad_bitmap: 1; /* bad bitmap */
u8 fast: 1; /* partition was fast formatted */
u8 old_wrote: 1; /* old version wrote to partion */
u8 old_wrote_1: 1; /* old version wrote to partion (?) */
u8 old_wrote: 1; /* old version wrote to partition */
u8 old_wrote_1: 1; /* old version wrote to partition (?) */
#else
u8 old_wrote_1: 1; /* old version wrote to partion (?) */
u8 old_wrote: 1; /* old version wrote to partion */
u8 old_wrote_1: 1; /* old version wrote to partition (?) */
u8 old_wrote: 1; /* old version wrote to partition */
u8 fast: 1; /* partition was fast formatted */
u8 bad_bitmap: 1; /* bad bitmap */
u8 bad_sector: 1; /* bad sector, corrupted disk (???) */
Expand Down

0 comments on commit cb1d150

Please sign in to comment.