]> sourceware.org Git - lvm2.git/commitdiff
comment: update
authorEric Ren <zren@suse.com>
Sat, 8 Jul 2017 17:15:49 +0000 (01:15 +0800)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 10 Jul 2017 12:58:01 +0000 (14:58 +0200)
Use 'is' for both forms.

lib/metadata/lv_manip.c

index fbe0aed7e293b32bb31ed01c75a6cf193ad79f08..0b907059699351d0745535d70311d09408494f5f 100644 (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,
This page took 0.047077 seconds and 5 git commands to generate.