Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2012 18:14:40 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230990 - head/sys/geom/part
Message-ID:  <201202041814.q14IEemR046401@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202041814.q14IEemR046401>