Module Name:    src
Committed By:   mbalmer
Date:           Wed Dec 23 09:17:41 UTC 2009

Modified Files:
        src/doc: CHANGES.prev
        src/external/bsd/file/dist/magic/magdir: filesystems
        src/external/cddl/osnet/dist/uts/common/sys: efi_partition.h
        src/sys/arch/atari/conf: MILAN.in
        src/sys/fs/udf: ecma167-udf.h udf_subr.c
        src/usr.sbin/installboot/arch: i386.c

Log Message:
Fix typo in comments, no code change.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/doc/CHANGES.prev
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/file/dist/magic/magdir/filesystems
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/cddl/osnet/dist/uts/common/sys/efi_partition.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/atari/conf/MILAN.in
cvs rdiff -u -r1.12 -r1.13 src/sys/fs/udf/ecma167-udf.h
cvs rdiff -u -r1.99 -r1.100 src/sys/fs/udf/udf_subr.c
cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/installboot/arch/i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.97 src/doc/CHANGES.prev:1.98
--- src/doc/CHANGES.prev:1.97	Fri Oct  2 07:43:01 2009
+++ src/doc/CHANGES.prev	Wed Dec 23 09:17:40 2009
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.97 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.98 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -8146,7 +8146,7 @@
 		devices are automatically created when they are configured.
 		[cube 20060201]
 	fs/udf: added UDF file system support for optical media and block
-		devices like harddisc partions and vnd's.
+		devices like harddisc partitions and vnd's.
 		[reinoud 20060202]
 	binutils: updated to FSF binutils 2.16.1 release.  [skrll 20060202]
 	i386: Add support for the Multiboot Specification.  [jmmv 20060203]

Index: src/external/bsd/file/dist/magic/magdir/filesystems
diff -u src/external/bsd/file/dist/magic/magdir/filesystems:1.2 src/external/bsd/file/dist/magic/magdir/filesystems:1.3
--- src/external/bsd/file/dist/magic/magdir/filesystems:1.2	Fri May  8 17:34:35 2009
+++ src/external/bsd/file/dist/magic/magdir/filesystems	Wed Dec 23 09:17:40 2009
@@ -202,7 +202,7 @@
 # http://www.bcdwb.de/bcdw/index_e.htm
 >3	string	BCDL				
 >>498	string	BCDL\ \ \ \ BIN			\b, Bootable CD Loader (1.50Z)
-# mbr partion table entries
+# mbr partition table entries
 # OEM-ID does not contain MicroSoft,NEWLDR,DOS,SYSLINUX,or MTOOLs
 >3			string		!MS
 >>3			string		!SYSLINUX
@@ -256,7 +256,7 @@
 #>>>>>>>>>>>>496		ubeshort&1023	x	\b, startcylinder? %d
 >>>>>>>>>>>>502		ulelong		x	\b, startsector %u
 >>>>>>>>>>>>506		ulelong		x	\b, %u sectors
-# mbr partion table entries end
+# mbr partition table entries end
 # http://www.acronis.de/
 #FAT label=ACRONIS\ SZ
 #OEM-ID=BOOTWIZ0

Index: src/external/cddl/osnet/dist/uts/common/sys/efi_partition.h
diff -u src/external/cddl/osnet/dist/uts/common/sys/efi_partition.h:1.1.1.1 src/external/cddl/osnet/dist/uts/common/sys/efi_partition.h:1.2
--- src/external/cddl/osnet/dist/uts/common/sys/efi_partition.h:1.1.1.1	Fri Aug  7 18:33:46 2009
+++ src/external/cddl/osnet/dist/uts/common/sys/efi_partition.h	Wed Dec 23 09:17:41 2009
@@ -166,7 +166,7 @@
 typedef struct dk_part	{
 	diskaddr_t	p_start;	/* starting LBA */
 	diskaddr_t	p_size;		/* size in blocks */
-	struct uuid	p_guid;		/* partion type GUID */
+	struct uuid	p_guid;		/* partition type GUID */
 	ushort_t	p_tag;		/* converted to part'n type GUID */
 	ushort_t	p_flag;		/* attributes */
 	char		p_name[EFI_PART_NAME_LEN]; /* partition name */

Index: src/sys/arch/atari/conf/MILAN.in
diff -u src/sys/arch/atari/conf/MILAN.in:1.22 src/sys/arch/atari/conf/MILAN.in:1.23
--- src/sys/arch/atari/conf/MILAN.in:1.22	Sat Jan 24 00:19:47 2009
+++ src/sys/arch/atari/conf/MILAN.in	Wed Dec 23 09:17:41 2009
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: MILAN.in,v 1.22 2009/01/24 00:19:47 abs Exp $
+#	$NetBSD: MILAN.in,v 1.23 2009/12/23 09:17:41 mbalmer Exp $
 #
 # Milan
 #
@@ -61,7 +61,7 @@
 # provided by the PCI_ISA bridge on the Milan. CDROM's are OK, but the data
 # on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
 # developers have thought up a solution, you can make a byteswapped disk
-# during the partioning with HDDRIVER and TOS supports booting from it!
+# during the partitioning with HDDRIVER and TOS supports booting from it!
 # Ok, now you have to choose:
 #   - If _none_ of your disks are marked byteswapped by HDDRIVER, choose
 #     the MILAN-ISAIDE version.

Index: src/sys/fs/udf/ecma167-udf.h
diff -u src/sys/fs/udf/ecma167-udf.h:1.12 src/sys/fs/udf/ecma167-udf.h:1.13
--- src/sys/fs/udf/ecma167-udf.h:1.12	Mon May 18 20:51:03 2009
+++ src/sys/fs/udf/ecma167-udf.h	Wed Dec 23 09:17:41 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: ecma167-udf.h,v 1.12 2009/05/18 20:51:03 reinoud Exp $ */
+/* $NetBSD: ecma167-udf.h,v 1.13 2009/12/23 09:17:41 mbalmer Exp $ */
 
 /*-
  * Copyright (c) 2003, 2004, 2005, 2006, 2008, 2009
@@ -483,8 +483,8 @@
 
 /* Sparing Map Entry [UDF 2.01/2.2.11] */
 struct spare_map_entry {
-	uint32_t		org;			/* partion relative address  */
-	uint32_t		map;			/* absolute disc address (!) can be in partion, but doesn't have to be */
+	uint32_t		org;			/* partition relative address  */
+	uint32_t		map;			/* absolute disc address (!) can be in partition, but doesn't have to be */
 } __packed;
 
 
@@ -564,7 +564,7 @@
 		uint8_t			contents_use[128];
 	} _impl_use;
 	uint32_t		access_type;		/* R/W, WORM etc. */
-	uint32_t		start_loc;		/* start of partion with given length */
+	uint32_t		start_loc;		/* start of partition with given length */
 	uint32_t		part_len;
 	struct regid		imp_id;
 	uint8_t			imp_use[128];

Index: src/sys/fs/udf/udf_subr.c
diff -u src/sys/fs/udf/udf_subr.c:1.99 src/sys/fs/udf/udf_subr.c:1.100
--- src/sys/fs/udf/udf_subr.c:1.99	Mon Jul 27 13:13:33 2009
+++ src/sys/fs/udf/udf_subr.c	Wed Dec 23 09:17:41 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.99 2009/07/27 13:13:33 reinoud Exp $ */
+/* $NetBSD: udf_subr.c,v 1.100 2009/12/23 09:17:41 mbalmer Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.99 2009/07/27 13:13:33 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.100 2009/12/23 09:17:41 mbalmer Exp $");
 #endif /* not lint */
 
 
@@ -1022,7 +1022,7 @@
 
 		/*
 		 * BUGALERT: some rogue implementations use random physical
-		 * partion numbers to break other implementations so lookup
+		 * partition numbers to break other implementations so lookup
 		 * the number.
 		 */
 		raw_phys_part = udf_rw16(dscr->pd.part_num);
@@ -1967,7 +1967,7 @@
 
 		/*
 		 * BUGALERT: some rogue implementations use random physical
-		 * partion numbers to break other implementations so lookup
+		 * partition numbers to break other implementations so lookup
 		 * the number.
 		 */
 		for (phys_part = 0; phys_part < UDF_PARTITIONS; phys_part++) {
@@ -2051,7 +2051,7 @@
 	}
 
 	/*
-	 * Determine sheduler error behaviour. For virtual partions, update
+	 * Determine sheduler error behaviour. For virtual partitions, update
 	 * the trackinfo; for sparable partitions replace a whole block on the
 	 * sparable table. Allways requeue.
 	 */
@@ -3226,7 +3226,7 @@
 		if (error)
 			return error;
 
-		/* also read in metadata partion spacebitmap if defined */
+		/* also read in metadata partition spacebitmap if defined */
 		error = udf_read_metadata_partition_spacetable(ump);
 			return error;
 	}

Index: src/usr.sbin/installboot/arch/i386.c
diff -u src/usr.sbin/installboot/arch/i386.c:1.33 src/usr.sbin/installboot/arch/i386.c:1.34
--- src/usr.sbin/installboot/arch/i386.c:1.33	Thu May  7 07:03:39 2009
+++ src/usr.sbin/installboot/arch/i386.c	Wed Dec 23 09:17:41 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.33 2009/05/07 07:03:39 lukem Exp $ */
+/* $NetBSD: i386.c,v 1.34 2009/12/23 09:17:41 mbalmer Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(__lint)
-__RCSID("$NetBSD: i386.c,v 1.33 2009/05/07 07:03:39 lukem Exp $");
+__RCSID("$NetBSD: i386.c,v 1.34 2009/12/23 09:17:41 mbalmer Exp $");
 #endif /* !__lint */
 
 #include <sys/param.h>
@@ -388,7 +388,7 @@
 	}
 
 	/*
-	 * If the partion has a FAT (or NTFS) filesystem, then we must
+	 * If the partition has a FAT (or NTFS) filesystem, then we must
 	 * preserve the BIOS Parameter Block (BPB).
 	 * It is also very likely that there isn't 8k of space available
 	 * for (say) bootxx_msdos, and that blindly installing it will trash

Reply via email to