1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

lvm2api: fix typo

oops, typo didn't cause compile error
This commit is contained in:
Zdenek Kabelac 2012-11-21 14:29:52 +01:00
parent 60668f823e
commit 668b669d5b

View File

@ -146,7 +146,7 @@ lv_t lvm_vg_create_lv_linear(vg_t vg, const char *name, uint64_t size)
{
struct lvcreate_params lp = { 0 };
uint64_t extents;
struct logival_volume *lv;
struct logical_volume *lv;
if (vg_read_error(vg))
return NULL;