summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2009-12-23 02:24:39 +0000
committerkrw <krw@openbsd.org>2009-12-23 02:24:39 +0000
commit142affd0018a893aac095e26b82dff989e850ef0 (patch)
treecf5badf140cd483b07ba4e67c045d7a89efc4337 /sys
parentsync to 1.9.12, mostly portability and refactoring: (diff)
downloadwireguard-openbsd-142affd0018a893aac095e26b82dff989e850ef0.tar.xz
wireguard-openbsd-142affd0018a893aac095e26b82dff989e850ef0.zip
partion -> partition. First one (mkfs.c) noted by Brad Tilley on tech@.
Diffstat (limited to 'sys')
-rw-r--r--sys/isofs/udf/ecma167-udf.h8
1 files changed, 4 insertions, 4 deletions
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];