summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab_update.c
diff options
context:
space:
mode:
authorPetr Uzel2011-11-09 10:10:52 +0100
committerKarel Zak2011-11-09 10:23:59 +0100
commit26e42d8123843d09926f989040dec8169c1de62f (patch)
treee02c602046e2217fa8a0e89cb1d15ab2f57eb948 /libmount/src/tab_update.c
parentwhereis: remove unused value warning (diff)
downloadkernel-qcow2-util-linux-26e42d8123843d09926f989040dec8169c1de62f.tar.gz
kernel-qcow2-util-linux-26e42d8123843d09926f989040dec8169c1de62f.tar.xz
kernel-qcow2-util-linux-26e42d8123843d09926f989040dec8169c1de62f.zip
libmount: fix trivial typos in debugging output
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'libmount/src/tab_update.c')
-rw-r--r--libmount/src/tab_update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/tab_update.c b/libmount/src/tab_update.c
index f049e42c0..e40868c0e 100644
--- a/libmount/src/tab_update.c
+++ b/libmount/src/tab_update.c
@@ -169,7 +169,7 @@ int mnt_update_set_fs(struct libmnt_update *upd, unsigned long mountflags,
return -EINVAL;
DBG(UPDATE, mnt_debug_h(upd,
- "reseting FS [fs=0x%p, target=%s, flags=0x%08lx]",
+ "resetting FS [fs=0x%p, target=%s, flags=0x%08lx]",
fs, target, mountflags));
if (fs) {
DBG(UPDATE, mnt_debug_h(upd, "FS template:"));