Commit ddcc5c54 authored by Thomas Bracht Laumann Jespersen's avatar Thomas Bracht Laumann Jespersen Committed by Jens Axboe

block/partitions/msdos: Fix typo inidicator -> indicator

Just a fix for a small typo in msdos_partition().
Signed-off-by: default avatarThomas Bracht Laumann Jespersen <t@laumann.xyz>
Link: https://lore.kernel.org/r/20210619195130.19348-1-t@laumann.xyzSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 9a2ac41b
......@@ -622,7 +622,7 @@ int msdos_partition(struct parsed_partitions *state)
for (slot = 1; slot <= 4; slot++, p++) {
if (p->boot_ind != 0 && p->boot_ind != 0x80) {
/*
* Even without a valid boot inidicator value
* Even without a valid boot indicator value
* its still possible this is valid FAT filesystem
* without a partition table.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment