From 5bc30ad5c032299a4fafb302fe7f5ab15cd278fe Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Wed, 2 Sep 2009 17:07:25 +0200 Subject: 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 71b069a7..64307bbf 100644 --- a/src/dwarflint.c +++ b/src/dwarflint.c @@ -2756,8 +2756,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; -- cgit v1.2.3