From 668b669d5b40cb4a2d2ed62ebacb02ebeab03b98 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 21 Nov 2012 14:29:52 +0100 Subject: [PATCH] lvm2api: fix typo oops, typo didn't cause compile error --- liblvm/lvm_lv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblvm/lvm_lv.c b/liblvm/lvm_lv.c index 77bdebf73..b2a604d7e 100644 --- a/liblvm/lvm_lv.c +++ b/liblvm/lvm_lv.c @@ -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;