Correct typo in comment (numbver)
This commit is contained in:
parent
87a688aaa1
commit
23f6856fff
@ -215,7 +215,7 @@ g_part_geometry(struct g_part_table *table, struct g_consumer *cp,
|
||||
continue;
|
||||
/*
|
||||
* Prefer a geometry with sectors > 1, but only if
|
||||
* it doesn't bump down the numbver of heads to 1.
|
||||
* it doesn't bump down the number of heads to 1.
|
||||
*/
|
||||
if (chs > bestchs || (chs == bestchs && heads > 1 &&
|
||||
table->gpt_sectors == 1)) {
|
||||
|
Loading…
Reference in New Issue
Block a user