From 63853e406f78322b7beaef25f57eabd50e890eb2 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Wed, 2 Sep 2009 17:07:25 +0200 Subject: [PATCH] dwarflint: Fix wording of sibling mismatch error message --- src/dwarflint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dwarflint.c b/src/dwarflint.c index 589f066da..397585b9d 100644 --- a/src/dwarflint.c +++ b/src/dwarflint.c @@ -2755,8 +2755,8 @@ read_die_chain (struct elf_file *file, { DEF_PREV_WHERE; wr_error (&prev_where, - ": This DIE should have had its sibling at 0x%" - PRIx64 ", but it's at 0x%" PRIx64 " instead.\n", + ": This DIE claims that its sibling is 0x%" + PRIx64 ", but it's actually 0x%" PRIx64 ".\n", sibling_addr, die_off); } sibling_addr = 0; -- 2.47.3