Spelling error spotted by lintian. Signed-off-by: Andreas Henriksson <andreas@xxxxxxxx> --- libblkid/src/probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.19.1