1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00
This commit is contained in:
Joe Thornber 2002-02-21 10:17:01 +00:00
parent 0e32e054df
commit e680d3190f

View File

@ -567,7 +567,7 @@ int import_snapshots(struct pool *mem, struct volume_group *vg,
int minor;
struct logical_volume *org, *cow;
/* build an array of minor->lv* */
/* build an array of minor->lv */
memset(lvs, 0, sizeof(lvs));
list_iterate (pvdh, pvds) {
dl = list_item(pvdh, struct disk_list);