summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-07-18 16:51:58 +0000
committerpjd <pjd@FreeBSD.org>2004-07-18 16:51:58 +0000
commit663921669569e0293fdbf9e48f017becabdf499a (patch)
treee1aa3302cb0544426a4ce68a663517cfeced8c9f /sys
parent030de024cc4aad05d83788d13d57474f5760ea50 (diff)
downloadFreeBSD-src-663921669569e0293fdbf9e48f017becabdf499a.zip
FreeBSD-src-663921669569e0293fdbf9e48f017becabdf499a.tar.gz
Fix copy&paste bug.
Diffstat (limited to 'sys')
-rw-r--r--sys/geom/stripe/g_stripe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/stripe/g_stripe.h b/sys/geom/stripe/g_stripe.h
index 2a9ff2d..d176924 100644
--- a/sys/geom/stripe/g_stripe.h
+++ b/sys/geom/stripe/g_stripe.h
@@ -76,7 +76,7 @@ struct g_stripe_softc {
struct g_stripe_metadata {
char md_magic[16]; /* Magic value. */
uint32_t md_version; /* Version number. */
- char md_name[16]; /* Concat name. */
+ char md_name[16]; /* Stripe name. */
uint32_t md_id; /* Unique ID. */
uint16_t md_no; /* Disk number. */
uint16_t md_all; /* Number of all disks. */
OpenPOWER on IntegriCloud