summaryrefslogtreecommitdiffstats
path: root/libblkid
diff options
context:
space:
mode:
authorAndreas Henriksson2018-11-12 20:50:23 +0100
committerKarel Zak2018-11-21 10:48:00 +0100
commitb7fb72090b2d02baf86480b11346f41627291372 (patch)
tree92a9ca922525a30a521d6eb305cf322c19f5eccb /libblkid
parentfstrim: Add Documentation key to fstrim.service (diff)
downloadkernel-qcow2-util-linux-b7fb72090b2d02baf86480b11346f41627291372.tar.gz
kernel-qcow2-util-linux-b7fb72090b2d02baf86480b11346f41627291372.tar.xz
kernel-qcow2-util-linux-b7fb72090b2d02baf86480b11346f41627291372.zip
libblkid: Fix hidding typo
Spelling error spotted by lintian. Signed-off-by: Andreas Henriksson <andreas@fatal.se>
Diffstat (limited to 'libblkid')
-rw-r--r--libblkid/src/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c
index 081f8826e..96aecf38b 100644
--- a/libblkid/src/probe.c
+++ b/libblkid/src/probe.c
@@ -625,7 +625,7 @@ static int hide_buffer(blkid_probe pr, uint64_t off, uint64_t len)
data = real_off ? x->data + (real_off - x->off) : x->data;
- DBG(BUFFER, ul_debug("\thidding: off=%"PRIu64" len=%"PRIu64,
+ DBG(BUFFER, ul_debug("\thiding: off=%"PRIu64" len=%"PRIu64,
off, len));
memset(data, 0, len);
ct++;