[Midnightbsd-cvs] src [8418] trunk/sys/geom/part/g_part.c: fix typo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 18 17:06:47 EDT 2016


Revision: 8418
          http://svnweb.midnightbsd.org/src/?rev=8418
Author:   laffer1
Date:     2016-09-18 17:06:47 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
fix typo

Modified Paths:
--------------
    trunk/sys/geom/part/g_part.c

Modified: trunk/sys/geom/part/g_part.c
===================================================================
--- trunk/sys/geom/part/g_part.c	2016-09-18 21:06:33 UTC (rev 8417)
+++ trunk/sys/geom/part/g_part.c	2016-09-18 21:06:47 UTC (rev 8418)
@@ -228,7 +228,7 @@
 				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 Midnightbsd-cvs mailing list