summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
diff options
context:
space:
mode:
authorDavidlohr Bueso2011-08-08 05:16:19 +0200
committerKarel Zak2011-08-08 13:53:59 +0200
commitad2d0d8587d84c43bc6c9c7fc927ca1871d2bd36 (patch)
tree460fa1f0ab4c869ddbd175eb4cec8142d82b2e63 /libmount/src/context.c
parentlibmount: fix undefined sources (diff)
downloadkernel-qcow2-util-linux-ad2d0d8587d84c43bc6c9c7fc927ca1871d2bd36.tar.gz
kernel-qcow2-util-linux-ad2d0d8587d84c43bc6c9c7fc927ca1871d2bd36.tar.xz
kernel-qcow2-util-linux-ad2d0d8587d84c43bc6c9c7fc927ca1871d2bd36.zip
lib: [loopdev.c] correct trivial typo
Should say "failed to find" instead of "failed to found". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Diffstat (limited to 'libmount/src/context.c')
-rw-r--r--libmount/src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c
index d9b311621..22102607e 100644
--- a/libmount/src/context.c
+++ b/libmount/src/context.c
@@ -1549,7 +1549,7 @@ int mnt_context_apply_fstab(struct libmnt_context *cxt)
rc = apply_table(cxt, tab, MNT_ITER_BACKWARD);
}
if (rc)
- DBG(CXT, mnt_debug_h(cxt, "failed to found entry in fstab/mtab"));
+ DBG(CXT, mnt_debug_h(cxt, "failed to find entry in fstab/mtab"));
return rc;
}