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:
parent
cc282870dd
commit
4d67a0787f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user