1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +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)))) { if (!(pvm = (struct pv_map *) hash_lookup(hash, dev_name(pv->dev)))) {
/* /*
* it does matter that this fails, it just means * it doesn't matter that this fails, it just
* this part of the lv is on a pv that we're not * means this part of the lv is on a pv that
* interested in allocating to. * we're not interested in allocating to.
*/ */
return 1; return 1;
} }