summaryrefslogtreecommitdiffstats
path: root/lib/activate/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/activate/fs.c')
-rw-r--r--lib/activate/fs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/activate/fs.c b/lib/activate/fs.c
index d2ca543c..0c7f5e0f 100644
--- a/lib/activate/fs.c
+++ b/lib/activate/fs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
* Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
*
* This file is part of LVM2.
@@ -138,7 +138,7 @@ static int _mk_link(const char *dev_dir, const char *vg_name,
}
/* To reach this point, the VG must have been locked.
- * As locking fails if the VG is active under LVM1, it's
+ * As locking fails if the VG is active under LVM1, it's
* now safe to remove any LVM1 devices we find here
* (as well as any existing LVM2 symlink). */
if (!lstat(lvm1_group_path, &buf)) {
@@ -175,8 +175,8 @@ static int _mk_link(const char *dev_dir, const char *vg_name,
}
#ifdef HAVE_SELINUX
- if (!dm_set_selinux_context(lv_path, S_IFLNK))
- return_0;
+ if (!dm_set_selinux_context(lv_path, S_IFLNK))
+ return_0;
#endif
return 1;