]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: Fix hidding typo
authorAndreas Henriksson <andreas@fatal.se>
Mon, 12 Nov 2018 19:50:23 +0000 (20:50 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Nov 2018 09:48:00 +0000 (10:48 +0100)
Spelling error spotted by lintian.

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
libblkid/src/probe.c

index 081f8826eb763606e8c869448aeb3469ca41b9d5..96aecf38b8e19cbde32112b1448b3ec0819af434 100644 (file)
@@ -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++;