summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab.c
diff options
context:
space:
mode:
authorStanislav Brabec2016-03-09 20:52:46 +0100
committerKarel Zak2016-03-10 11:03:00 +0100
commitc59409b945bc2fcadf32c75855f432a2fec24683 (patch)
treed7b35fa1933d133aaf00365644c9cd5965f4d4a9 /libmount/src/tab.c
parentlook: consider blanks as directory characters (diff)
downloadkernel-qcow2-util-linux-c59409b945bc2fcadf32c75855f432a2fec24683.tar.gz
kernel-qcow2-util-linux-c59409b945bc2fcadf32c75855f432a2fec24683.tar.xz
kernel-qcow2-util-linux-c59409b945bc2fcadf32c75855f432a2fec24683.zip
libmount: Typo fix
Diffstat (limited to 'libmount/src/tab.c')
-rw-r--r--libmount/src/tab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmount/src/tab.c b/libmount/src/tab.c
index 102ed258d..057004436 100644
--- a/libmount/src/tab.c
+++ b/libmount/src/tab.c
@@ -1247,7 +1247,7 @@ static int get_btrfs_fs_root(struct libmnt_table *tb, struct libmnt_fs *fs, char
if (!target)
goto err;
- DBG(BTRFS, ul_debug(" tring target=%s subvolid=%s", target, subvolidstr));
+ DBG(BTRFS, ul_debug(" trying target=%s subvolid=%s", target, subvolidstr));
f = mnt_table_find_target_with_option(tb, target,
"subvolid", subvolidstr,
MNT_ITER_BACKWARD);
@@ -1292,7 +1292,7 @@ static int get_btrfs_fs_root(struct libmnt_table *tb, struct libmnt_fs *fs, char
snprintf(default_id_str, sizeof(default_id_str), "%llu",
(unsigned long long int) default_id);
- DBG(BTRFS, ul_debug(" tring target=%s default subvolid=%s",
+ DBG(BTRFS, ul_debug(" trying target=%s default subvolid=%s",
target, default_id_str));
f = mnt_table_find_target_with_option(tb, target,