From d29aa4764ef96ba91167a1acf0925d1dc017f005 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 20 Apr 2010 12:18:31 +0000 Subject: [PATCH] typo in comment --- tools/lvconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.43.5