The word "formatted" is missing a letter "t" (the incorrect spelling would be "formated"). Signed-off-by: Chu Guangqing --- block/partitions/ibm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/partitions/ibm.c b/block/partitions/ibm.c index 631291fbb356..9a6c84773cca 100644 --- a/block/partitions/ibm.c +++ b/block/partitions/ibm.c @@ -247,7 +247,7 @@ static int find_lnx1_partitions(struct parsed_partitions *state, size = label->lnx.formatted_blocks * secperblk; } else { /* - * Formated w/o large volume support. If the sanity check + * Formatted w/o large volume support. If the sanity check * 'size based on geo == size based on nr_sectors' is true, then * we can safely assume that we know the formatted size of * the disk, otherwise we need additional information -- 2.43.7