From 4d67a0787ff165c4ce87345b2a76fb417ff267e9 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 21 Jan 2002 16:10:36 +0000 Subject: [PATCH] o Typo in comment --- lib/metadata/pv_map.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/metadata/pv_map.c b/lib/metadata/pv_map.c index 7f11b5897..67fed4be6 100644 --- a/lib/metadata/pv_map.c +++ b/lib/metadata/pv_map.c @@ -48,9 +48,9 @@ static int _set_allocated(struct hash_table *hash, if (!(pvm = (struct pv_map *) hash_lookup(hash, dev_name(pv->dev)))) { /* - * it does matter that this fails, it just means - * this part of the lv is on a pv that we're not - * interested in allocating to. + * it doesn't matter that this fails, it just + * means this part of the lv is on a pv that + * we're not interested in allocating to. */ return 1; }