summaryrefslogtreecommitdiff
path: root/lib/metadata/pv_map.c
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2002-01-21 16:10:36 +0000
committerJoe Thornber <thornber@redhat.com>2002-01-21 16:10:36 +0000
commit4d67a0787ff165c4ce87345b2a76fb417ff267e9 (patch)
treedd1862cfb6c97628e65677303e2ff43ffab80a14 /lib/metadata/pv_map.c
parentcc282870ddab49f16c7477711baa770512e7ac8e (diff)
downloadlvm2-4d67a0787ff165c4ce87345b2a76fb417ff267e9.tar.gz
o Typo in comment
Diffstat (limited to 'lib/metadata/pv_map.c')
-rw-r--r--lib/metadata/pv_map.c6
1 files 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;
}