[PATCH] partitions/ibm: Fix a spelling mistake

Chu Guangqing posted 1 patch 3 months, 1 week ago
block/partitions/ibm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] partitions/ibm: Fix a spelling mistake
Posted by Chu Guangqing 3 months, 1 week ago
The word "formatted" is missing a letter "t" (the incorrect spelling would
 be "formated").

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
 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