From 13023bf9324bb888d480be7dcd84ab7fd1b3a734 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 19 Aug 2011 19:35:50 +0000 Subject: [PATCH] clarify comment --- lib/metadata/raid_manip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/metadata/raid_manip.c b/lib/metadata/raid_manip.c index 6208203a8..84eae927c 100644 --- a/lib/metadata/raid_manip.c +++ b/lib/metadata/raid_manip.c @@ -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)) -- 2.43.5