From: Petr Machata Date: Wed, 2 Sep 2009 15:07:25 +0000 (+0200) Subject: dwarflint: Fix wording of sibling mismatch error message X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bc30ad5c032299a4fafb302fe7f5ab15cd278fe;p=thirdparty%2Felfutils.git dwarflint: Fix wording of sibling mismatch error message --- diff --git a/src/dwarflint.c b/src/dwarflint.c index 71b069a7c..64307bbfb 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;