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

cleanup: typo in comment

This commit is contained in:
Zdenek Kabelac 2015-04-13 11:00:07 +02:00
parent 695237f2ae
commit 0b99d648ef

View File

@ -2239,7 +2239,7 @@ static int _lv_activate(struct cmd_context *cmd, const char *lvid_s,
}
/*
* Check if cmirord is running for clustered mirrors.
* Check if cmirrord is running for clustered mirrors.
*/
if (!laopts->exclusive && vg_is_clustered(lv->vg) &&
lv_is_mirror(lv) && !lv_is_raid(lv) &&