summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2014-05-05 13:32:16 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2014-05-05 13:32:16 +0000
commitd803cc74c292c9df9c4a73476a0f62e033910411 (patch)
treeafdd5a21694d1efb3457f431a5b15160a6789c83 /sys
parent8fb87ba52e179f6885d0d0438044ff33b3e5e1e2 (diff)
Tweak comment on struct _partitionv0. It's no longer the partition
table. Suggested by David Vasek.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/disklabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 94c6c5b8b7e..7c2e0371c72 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.59 2013/11/10 04:59:06 krw Exp $ */
+/* $OpenBSD: disklabel.h,v 1.60 2014/05/05 13:32:15 krw Exp $ */
/* $NetBSD: disklabel.h,v 1.41 1996/05/10 23:07:37 mark Exp $ */
/*
@@ -147,7 +147,7 @@ struct disklabel {
};
-struct __partitionv0 { /* the partition table */
+struct __partitionv0 { /* old (v0) partition table entry */
u_int32_t p_size; /* number of sectors in partition */
u_int32_t p_offset; /* starting sector */
u_int32_t p_fsize; /* filesystem basic fragment size */