From: Alasdair Kergon Date: Tue, 20 Apr 2010 12:18:31 +0000 (+0000) Subject: typo in comment X-Git-Tag: old-v2_02_64~46 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d29aa4764ef96ba91167a1acf0925d1dc017f005;p=lvm2.git typo in comment --- diff --git a/tools/lvconvert.c b/tools/lvconvert.c index 925417909..f4afa7752 100644 --- a/tools/lvconvert.c +++ b/tools/lvconvert.c @@ -1046,7 +1046,7 @@ static int _lvconvert_mirrors_aux(struct cmd_context *cmd, uint32_t nmc = old_mimage_count - new_mimage_count; uint32_t nlc = (!new_log_count || lp->mirrors == 1) ? 1U : 0U; - /* FIXME: We did nlc used to be calculated that way? */ + /* FIXME: Why did nlc used to be calculated that way? */ /* Reduce number of mirrors */ if (lp->keep_mimages) {