1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

o Typo in comment

This commit is contained in:
Joe Thornber 2002-01-21 16:10:36 +00:00
parent cc282870dd
commit 4d67a0787f

View File

@ -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;
}