From 2449d7f7809b8474f31b76f26cecd68db45a392e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 3 Nov 2007 22:23:10 +0000 Subject: [PATCH] 2007-11-03 Roland McGrath * libelf.h (Elf_Data): Comment fix. --- libelf/ChangeLog | 4 ++++ libelf/libelf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 3488c2e53..6860fa71e 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2007-11-03 Roland McGrath + + * libelf.h (Elf_Data): Comment fix. + 2007-10-18 Roland McGrath * elf.h: Update from glibc. diff --git a/libelf/libelf.h b/libelf/libelf.h index bd8dcb09a..8f2f53b3a 100644 --- a/libelf/libelf.h +++ b/libelf/libelf.h @@ -95,7 +95,7 @@ typedef struct Elf_Type d_type; /* Type of this piece of data. */ unsigned int d_version; /* ELF version. */ size_t d_size; /* Size in bytes. */ - off64_t d_off; /* Offset into section. */ + off64_t d_off; /* Offset into section. */ size_t d_align; /* Alignment in section. */ } Elf_Data; -- 2.47.2