svn commit: r201399 - in head: sbin/newfs sys/boot/pc98/boot0.5

Martin Blapp mbr at FreeBSD.org
Sat Jan 2 17:32:40 UTC 2010


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 at 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


More information about the svn-src-head mailing list