1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

Fix copy&paste bug.

This commit is contained in:
Pawel Jakub Dawidek 2004-07-18 16:51:58 +00:00
parent 4c4392e791
commit 726cb09fbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132355

View File

@ -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. */