diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2009-12-23 09:17:40 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2009-12-23 09:17:40 +0000 |
| commit | a72f71643dc9bbccd0aa515dc13d7b33fbcdaba3 (patch) | |
| tree | 15623eca3a97e06cd57f6015dcc8f5c0bffa73b6 | |
| parent | 8a65aabe5b370f516bf22a5722113c1ea0cee13d (diff) | |
Fix typo in comments, no code change.
| -rw-r--r-- | doc/CHANGES.prev | 4 | ||||
| -rw-r--r-- | external/bsd/file/dist/magic/magdir/filesystems | 4 | ||||
| -rw-r--r-- | external/cddl/osnet/dist/uts/common/sys/efi_partition.h | 2 | ||||
| -rw-r--r-- | sys/arch/atari/conf/MILAN.in | 4 | ||||
| -rw-r--r-- | sys/fs/udf/ecma167-udf.h | 8 | ||||
| -rw-r--r-- | sys/fs/udf/udf_subr.c | 12 | ||||
| -rw-r--r-- | usr.sbin/installboot/arch/i386.c | 6 |
7 files changed, 20 insertions, 20 deletions
diff --git a/doc/CHANGES.prev b/doc/CHANGES.prev index 7ed1ca8c3c5..c7e70e2dfd1 100644 --- a/doc/CHANGES.prev +++ b/doc/CHANGES.prev @@ -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 @@ Changes from NetBSD 3.0 to NetBSD 4.0: 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 --git a/external/bsd/file/dist/magic/magdir/filesystems b/external/bsd/file/dist/magic/magdir/filesystems index 41b6ab63eaf..ec6546e08d3 100644 --- a/external/bsd/file/dist/magic/magdir/filesystems +++ b/external/bsd/file/dist/magic/magdir/filesystems @@ -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 --git a/external/cddl/osnet/dist/uts/common/sys/efi_partition.h b/external/cddl/osnet/dist/uts/common/sys/efi_partition.h index 46fb424c057..f46c637d3a9 100644 --- a/external/cddl/osnet/dist/uts/common/sys/efi_partition.h +++ b/external/cddl/osnet/dist/uts/common/sys/efi_partition.h @@ -166,7 +166,7 @@ typedef struct efi_gpe { 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 --git a/sys/arch/atari/conf/MILAN.in b/sys/arch/atari/conf/MILAN.in index a35f8685783..4011d90842e 100644 --- a/sys/arch/atari/conf/MILAN.in +++ b/sys/arch/atari/conf/MILAN.in @@ -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 @@ fdisa0 at fdcisa0 drive 0 # 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 --git a/sys/fs/udf/ecma167-udf.h b/sys/fs/udf/ecma167-udf.h index 9aff8a208ca..3a9891a9f22 100644 --- a/sys/fs/udf/ecma167-udf.h +++ b/sys/fs/udf/ecma167-udf.h @@ -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 @@ union udf_pmap { /* 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 @@ struct part_desc { 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 --git a/sys/fs/udf/udf_subr.c b/sys/fs/udf/udf_subr.c index c57441f3714..e39bdae2cc4 100644 --- a/sys/fs/udf/udf_subr.c +++ b/sys/fs/udf/udf_subr.c @@ -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 @@ udf_process_vds_descriptor(struct udf_mount *ump, union dscrptr *dscr) /* * 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 @@ udf_process_vds(struct udf_mount *ump) { /* * 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 @@ udf_process_vds(struct udf_mount *ump) { } /* - * 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 @@ udf_read_vds_tables(struct udf_mount *ump) 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 --git a/usr.sbin/installboot/arch/i386.c b/usr.sbin/installboot/arch/i386.c index 46ab3d94f65..189740f81db 100644 --- a/usr.sbin/installboot/arch/i386.c +++ b/usr.sbin/installboot/arch/i386.c @@ -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 @@ i386_setboot(ib_params *params) } /* - * 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 |
