Correct typo in comment (numbver)

This commit is contained in:
Ed Maste 2012-02-04 18:14:39 +00:00
parent 87a688aaa1
commit 23f6856fff

View File

@ -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)) {