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)) { _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"