Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2010 17:32:40 +0000 (UTC)
From:      Martin Blapp <mbr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201399 - in head: sbin/newfs sys/boot/pc98/boot0.5
Message-ID:  <201001021732.o02HWefT007475@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mbr
Date: Sat Jan  2 17:32:40 2010
New Revision: 201399
URL: http://svn.freebsd.org/changeset/base/201399

Log:
  Fix typo: s/partion/partition/
  
  Submitted by:	Marc Balmer <marc@msys.ch>
  MFC after:	3 days

Modified:
  head/sbin/newfs/mkfs.c
  head/sys/boot/pc98/boot0.5/selector.s

Modified: head/sbin/newfs/mkfs.c
==============================================================================
--- head/sbin/newfs/mkfs.c	Sat Jan  2 17:29:13 2010	(r201398)
+++ head/sbin/newfs/mkfs.c	Sat Jan  2 17:32:40 2010	(r201399)
@@ -557,7 +557,7 @@ mkfs(struct partition *pp, char *fsys)
 			sblock.fs_cssize - i : sblock.fs_bsize,
 			((char *)fscs) + i);
 	/*
-	 * Update information about this partion in pack
+	 * Update information about this partition in pack
 	 * label, to that it may be updated on disk.
 	 */
 	if (pp != NULL) {

Modified: head/sys/boot/pc98/boot0.5/selector.s
==============================================================================
--- head/sys/boot/pc98/boot0.5/selector.s	Sat Jan  2 17:29:13 2010	(r201398)
+++ head/sys/boot/pc98/boot0.5/selector.s	Sat Jan  2 17:32:40 2010	(r201399)
@@ -35,7 +35,7 @@
 # Display partition table.
 #
 showpartitions:
-	# Clear partion table area
+	# Clear partition table area
 	movw	$16, %cx
 clear_part:
 	push	%cx



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