Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix typo in comments, no code change.
details: https://anonhg.NetBSD.org/src/rev/2c0be1a547e9
branches: trunk
changeset: 750294:2c0be1a547e9
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Wed Dec 23 09:17:40 2009 +0000
description:
Fix typo in comments, no code change.
diffstat:
doc/CHANGES.prev | 4 ++--
external/bsd/file/dist/magic/magdir/filesystems | 4 ++--
external/cddl/osnet/dist/uts/common/sys/efi_partition.h | 2 +-
sys/arch/atari/conf/MILAN.in | 4 ++--
sys/fs/udf/ecma167-udf.h | 8 ++++----
sys/fs/udf/udf_subr.c | 12 ++++++------
usr.sbin/installboot/arch/i386.c | 6 +++---
7 files changed, 20 insertions(+), 20 deletions(-)
diffs (180 lines):
diff -r b0391cc514bf -r 2c0be1a547e9 doc/CHANGES.prev
--- a/doc/CHANGES.prev Wed Dec 23 09:13:21 2009 +0000
+++ b/doc/CHANGES.prev Wed Dec 23 09:17:40 2009 +0000
@@ -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]
diff -r b0391cc514bf -r 2c0be1a547e9 external/bsd/file/dist/magic/magdir/filesystems
--- a/external/bsd/file/dist/magic/magdir/filesystems Wed Dec 23 09:13:21 2009 +0000
+++ b/external/bsd/file/dist/magic/magdir/filesystems Wed Dec 23 09:17:40 2009 +0000
@@ -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
diff -r b0391cc514bf -r 2c0be1a547e9 external/cddl/osnet/dist/uts/common/sys/efi_partition.h
--- a/external/cddl/osnet/dist/uts/common/sys/efi_partition.h Wed Dec 23 09:13:21 2009 +0000
+++ b/external/cddl/osnet/dist/uts/common/sys/efi_partition.h Wed Dec 23 09:17:40 2009 +0000
@@ -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 */
diff -r b0391cc514bf -r 2c0be1a547e9 sys/arch/atari/conf/MILAN.in
--- a/sys/arch/atari/conf/MILAN.in Wed Dec 23 09:13:21 2009 +0000
+++ b/sys/arch/atari/conf/MILAN.in Wed Dec 23 09:17:40 2009 +0000
@@ -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.
diff -r b0391cc514bf -r 2c0be1a547e9 sys/fs/udf/ecma167-udf.h
--- a/sys/fs/udf/ecma167-udf.h Wed Dec 23 09:13:21 2009 +0000
+++ b/sys/fs/udf/ecma167-udf.h Wed Dec 23 09:17:40 2009 +0000
@@ -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];
diff -r b0391cc514bf -r 2c0be1a547e9 sys/fs/udf/udf_subr.c
--- a/sys/fs/udf/udf_subr.c Wed Dec 23 09:13:21 2009 +0000
+++ b/sys/fs/udf/udf_subr.c Wed Dec 23 09:17:40 2009 +0000
@@ -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;
}
diff -r b0391cc514bf -r 2c0be1a547e9 usr.sbin/installboot/arch/i386.c
--- a/usr.sbin/installboot/arch/i386.c Wed Dec 23 09:13:21 2009 +0000
+++ b/usr.sbin/installboot/arch/i386.c Wed Dec 23 09:17:40 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index