svn commit: r230990 - head/sys/geom/part

Ed Maste emaste at FreeBSD.org
Sat Feb 4 18:14:40 UTC 2012


Author: emaste
Date: Sat Feb  4 18:14:39 2012
New Revision: 230990
URL: http://svn.freebsd.org/changeset/base/230990

Log:
  Correct typo in comment (numbver)

Modified:
  head/sys/geom/part/g_part.c

Modified: head/sys/geom/part/g_part.c
==============================================================================
--- head/sys/geom/part/g_part.c	Sat Feb  4 17:53:22 2012	(r230989)
+++ head/sys/geom/part/g_part.c	Sat Feb  4 18:14:39 2012	(r230990)
@@ -215,7 +215,7 @@ g_part_geometry(struct g_part_table *tab
 				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)) {


More information about the svn-src-head mailing list