summaryrefslogtreecommitdiffstats
path: root/libmount/src/context_mount.c
diff options
context:
space:
mode:
authorGilles Espinasse2012-09-22 09:59:19 +0200
committerKarel Zak2012-10-02 10:24:26 +0200
commit45683be54330906a61a0b6b4696e72574561efb5 (patch)
treef5ea07d0a9fdfa18201cde30a37447b10975106d /libmount/src/context_mount.c
parentlsblk: fix reporting of 'part' type (diff)
downloadkernel-qcow2-util-linux-45683be54330906a61a0b6b4696e72574561efb5.tar.gz
kernel-qcow2-util-linux-45683be54330906a61a0b6b4696e72574561efb5.tar.xz
kernel-qcow2-util-linux-45683be54330906a61a0b6b4696e72574561efb5.zip
textual: typo fixes
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Diffstat (limited to 'libmount/src/context_mount.c')
-rw-r--r--libmount/src/context_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c
index c665a0578..6dc8e6486 100644
--- a/libmount/src/context_mount.c
+++ b/libmount/src/context_mount.c
@@ -113,7 +113,7 @@ static int fix_optstr(struct libmnt_context *cxt)
*/
se_rem = get_linux_version() < KERNEL_VERSION(2, 6, 39);
else
- /* For normal mount we have translate the contexts */
+ /* For normal mount, contexts are translated */
se_fix = 1;
if (!se_rem) {