From d6c0a587a3637af0baaf4298e7e80cbd7a522d9b Mon Sep 17 00:00:00 2001 From: emaste Date: Sat, 4 Feb 2012 18:14:39 +0000 Subject: Correct typo in comment (numbver) --- sys/geom/part/g_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/geom/part') diff --git a/sys/geom/part/g_part.c b/sys/geom/part/g_part.c index 8ea5bb6..d422abf 100644 --- a/sys/geom/part/g_part.c +++ b/sys/geom/part/g_part.c @@ -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)) { -- cgit v1.1