summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2012-02-04 18:14:39 +0000
committeremaste <emaste@FreeBSD.org>2012-02-04 18:14:39 +0000
commitd6c0a587a3637af0baaf4298e7e80cbd7a522d9b (patch)
treebc67aedc3e1a01c3d546dfe2aed26a94e27e062b /sys/geom
parent0f7ce0eaaf7a2db2a9bcf8b482de0d5fc607ac3d (diff)
downloadFreeBSD-src-d6c0a587a3637af0baaf4298e7e80cbd7a522d9b.zip
FreeBSD-src-d6c0a587a3637af0baaf4298e7e80cbd7a522d9b.tar.gz
Correct typo in comment (numbver)
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/part/g_part.c2
1 files changed, 1 insertions, 1 deletions
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)) {
OpenPOWER on IntegriCloud