summaryrefslogtreecommitdiffstats
path: root/lib/format_pool/import_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/format_pool/import_export.c')
-rw-r--r--lib/format_pool/import_export.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/format_pool/import_export.c b/lib/format_pool/import_export.c
index e454f80f..99edb0d3 100644
--- a/lib/format_pool/import_export.c
+++ b/lib/format_pool/import_export.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 1997-2004 Sistina Software, Inc. All rights reserved.
* Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
*
* This file is part of LVM2.
@@ -215,7 +215,7 @@ static int _add_stripe_seg(struct dm_pool *mem,
"striped")))
return_0;
- if (!(seg = alloc_lv_segment(mem, segtype, lv, *le_cur,
+ if (!(seg = alloc_lv_segment(mem, segtype, lv, *le_cur,
area_len * usp->num_devs, 0,
usp->striping, NULL, usp->num_devs,
area_len, 0, 0, 0))) {