1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-26 22:50:36 +03:00

clarify comment

This commit is contained in:
Alasdair Kergon 2011-08-19 19:35:50 +00:00
parent d854bae8a9
commit 1d64dcfbf7

@ -220,7 +220,7 @@ static int _clear_lv(struct logical_volume *lv)
lv->vg->name, lv->name);
/*
* Rather than wiping lv->size, we can simply
* wipe '1' to remove the superblock of any previous
* wipe the first sector to remove the superblock of any previous
* RAID devices. It is much quicker.
*/
if (!set_lv(lv->vg->cmd, lv, 1, 0)) {
@ -572,7 +572,7 @@ to be left for these sub-lvs.
return 1;
fail:
/* Cleanly remove newly allocated LVs that failed insertion attempt */
/* Cleanly remove newly-allocated LVs that failed insertion attempt */
dm_list_iterate_items(lvl, &meta_lvs)
if (!lv_remove(lvl->lv))