diff mbox series

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

Message ID 20210619195130.19348-1-t@laumann.xyz (mailing list archive)
State New, archived
Headers show
Series block/partitions/msdos: Fix typo inidicator -> indicator | expand

Commit Message

Thomas Bracht Laumann Jespersen June 19, 2021, 7:51 p.m. UTC
Just a fix for a small typo in msdos_partition().

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
---
Spotted a small typo while reading up on fatfs, thought I'd send it out. This is
based off of Linus' main tree, not sure if that's the right one to send patches
for.

 block/partitions/msdos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe June 21, 2021, 4:09 p.m. UTC | #1
On 6/19/21 1:51 PM, Thomas Bracht Laumann Jespersen wrote:
> Just a fix for a small typo in msdos_partition().

Applied, thanks.
diff mbox series

Patch

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.
 			 */