diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2021-06-19 21:51:31 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-06-21 15:03:41 -0600 |
commit | ddcc5c544eb0991501761622b651cf43ce660a22 (patch) | |
tree | 74cc8a03d8bec0379a6a69de6b954b0751139fe0 /block/partitions/msdos.c | |
parent | 9a2ac41b13c573703d6689f51f3e27dd658324be (diff) | |
download | linux-ddcc5c544eb0991501761622b651cf43ce660a22.tar.bz2 |
block/partitions/msdos: Fix typo inidicator -> indicator
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>
Diffstat (limited to 'block/partitions/msdos.c')
-rw-r--r-- | block/partitions/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/partitions/msdos.c b/block/partitions/msdos.c index 8f2fcc080264..63e4f6f8b6e9 100644 --- a/block/partitions/msdos.c +++ b/block/partitions/msdos.c @@ -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. */ |