]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Fix wording of sibling mismatch error message
authorPetr Machata <pmachata@redhat.com>
Wed, 2 Sep 2009 15:07:25 +0000 (17:07 +0200)
committerPetr Machata <pmachata@redhat.com>
Wed, 2 Sep 2009 15:07:25 +0000 (17:07 +0200)
src/dwarflint.c

index 71b069a7c51fe67931c367c677482627cf88b5ce..64307bbfb63dc129f5512da382aa041e1e3fee60 100644 (file)
@@ -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;