block/partitions/msdos: Fix typo inidicator -> indicator
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>
Sat, 19 Jun 2021 19:51:31 +0000 (21:51 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 21 Jun 2021 21:03:41 +0000 (15:03 -0600)
Just a fix for a small typo in msdos_partition().

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Link: https://lore.kernel.org/r/20210619195130.19348-1-t@laumann.xyz
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/msdos.c

index 8f2fcc0..63e4f6f 100644 (file)
@@ -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.
                         */