svn commit: r243284 - stable/9/sys/geom/part

Ed Maste emaste at FreeBSD.org
Mon Nov 19 15:57:55 UTC 2012


Author: emaste
Date: Mon Nov 19 15:57:55 2012
New Revision: 243284
URL: http://svnweb.freebsd.org/changeset/base/243284

Log:
  MFC r230990: Correct typo in comment (numbver)

Modified:
  stable/9/sys/geom/part/g_part.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/geom/part/g_part.c
==============================================================================
--- stable/9/sys/geom/part/g_part.c	Mon Nov 19 15:31:07 2012	(r243283)
+++ stable/9/sys/geom/part/g_part.c	Mon Nov 19 15:57:55 2012	(r243284)
@@ -221,7 +221,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-all mailing list