summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/newfs/mkfs.c4
-rw-r--r--sbin/pdisk/pdisk.c2
-rw-r--r--sys/isofs/udf/ecma167-udf.h8
-rw-r--r--usr.bin/file/magdir/filesystems6
-rw-r--r--usr.sbin/afs/src/appl/fs/fs_listquota.c2
5 files changed, 11 insertions, 11 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c
index 6ae21a3f170..39bb3d7d1fc 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mkfs.c,v 1.72 2008/08/08 23:49:53 krw Exp $ */
+/* $OpenBSD: mkfs.c,v 1.73 2009/12/23 02:24:39 krw Exp $ */
/* $NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $ */
/*
@@ -592,7 +592,7 @@ mkfs(struct partition *pp, char *fsys, int fi, int fo, mode_t mfsmode,
((char *)fscs) + i);
/*
- * Update information about this partion in pack label, to that it may
+ * Update information about this partition in pack label, to that it may
* be updated on disk.
*/
pp->p_fstype = FS_BSDFFS;
diff --git a/sbin/pdisk/pdisk.c b/sbin/pdisk/pdisk.c
index 0ebfd6217a1..2c16d5704ca 100644
--- a/sbin/pdisk/pdisk.c
+++ b/sbin/pdisk/pdisk.c
@@ -137,7 +137,7 @@ main(int argc, char **argv)
init_program_name(argv);
if (sizeof(DPME) != PBLOCK_SIZE) {
- fatal(-1, "Size of partion map entry (%d) "
+ fatal(-1, "Size of partition map entry (%d) "
"is not equal to block size (%d)\n",
sizeof(DPME), PBLOCK_SIZE);
}
diff --git a/sys/isofs/udf/ecma167-udf.h b/sys/isofs/udf/ecma167-udf.h
index 923b2226de7..c2054caa49c 100644
--- a/sys/isofs/udf/ecma167-udf.h
+++ b/sys/isofs/udf/ecma167-udf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ecma167-udf.h,v 1.7 2009/06/05 04:35:25 krw Exp $ */
+/* $OpenBSD: ecma167-udf.h,v 1.8 2009/12/23 02:24:39 krw Exp $ */
/* $NetBSD: ecma167-udf.h,v 1.10 2008/06/24 15:30:33 reinoud Exp $ */
/*-
@@ -463,8 +463,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;
@@ -544,7 +544,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/usr.bin/file/magdir/filesystems b/usr.bin/file/magdir/filesystems
index e4858017cbf..0af653024b9 100644
--- a/usr.bin/file/magdir/filesystems
+++ b/usr.bin/file/magdir/filesystems
@@ -1,4 +1,4 @@
-# $OpenBSD: filesystems,v 1.4 2009/04/24 18:54:34 chl Exp $
+# $OpenBSD: filesystems,v 1.5 2009/12/23 02:24:39 krw Exp $
#------------------------------------------------------------------------------
# filesystems: file(1) magic for different filesystems
@@ -178,7 +178,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 not Microsoft,SYSLINUX,or MTOOLs
>3 string !MS
>>3 string !SYSLINUX
@@ -233,7 +233,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/usr.sbin/afs/src/appl/fs/fs_listquota.c b/usr.sbin/afs/src/appl/fs/fs_listquota.c
index f0fe3e199ba..9e337975f0a 100644
--- a/usr.sbin/afs/src/appl/fs/fs_listquota.c
+++ b/usr.sbin/afs/src/appl/fs/fs_listquota.c
@@ -83,7 +83,7 @@ afs_listquota(char *path)
used_part > 97 ? "<<" : " ",
/* Print a warning if more than 90% on home volume or 97% on */
- /* the partion is being used */
+ /* the partition is being used */
(used_vol > 90 || used_part > 97) ? "\t<<WARNING" : "");
free(a_params.out);