]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
2007-11-03 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Sat, 3 Nov 2007 22:23:10 +0000 (22:23 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 3 Nov 2007 22:23:10 +0000 (22:23 +0000)
* libelf.h (Elf_Data): Comment fix.

libelf/ChangeLog
libelf/libelf.h

index 3488c2e53c4454a6537b211aff7e54f423faa167..6860fa71eef52c17756a2fdcfa069dfd351014de 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-03  Roland McGrath  <roland@redhat.com>
+
+       * libelf.h (Elf_Data): Comment fix.
+
 2007-10-18  Roland McGrath  <roland@redhat.com>
 
        * elf.h: Update from glibc.
index bd8dcb09a90b55205c55b00b4467d3de9957be25..8f2f53b3a61e97272d75e27c1f020b3400037293 100644 (file)
@@ -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;