1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

comment: update

Use 'is' for both forms.
This commit is contained in:
Eric Ren 2017-07-09 01:15:49 +08:00 committed by Zdenek Kabelac
parent d23a475c98
commit 4c94371005

View File

@ -7310,7 +7310,7 @@ static int _vg_check_features(struct volume_group *vg,
* If lp->thin OR lp->activate is AY*, activate the pool if not already active.
* If lp->thin, create thin LV within the pool - as a snapshot if lp->snapshot.
* If lp->activate is AY*, activate it.
* If lp->activate was AN* and the pool was originally inactive, deactivate it.
* If lp->activate is AN* and the pool was originally not active, deactivate it.
*/
static struct logical_volume *_lv_create_an_lv(struct volume_group *vg,
struct lvcreate_params *lp,