summaryrefslogtreecommitdiff
path: root/libelf/libelf.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-11-03 22:23:10 +0000
committerRoland McGrath <roland@redhat.com>2007-11-03 22:23:10 +0000
commit2449d7f7809b8474f31b76f26cecd68db45a392e (patch)
tree7e39ebdaa5f49eace581227adfada4d14d2afcd5 /libelf/libelf.h
parente4c22ea004c02a58f5db5eb53794275344c17958 (diff)
downloadelfutils-2449d7f7809b8474f31b76f26cecd68db45a392e.tar.gz
2007-11-03 Roland McGrath <roland@redhat.com>
* libelf.h (Elf_Data): Comment fix.
Diffstat (limited to 'libelf/libelf.h')
-rw-r--r--libelf/libelf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/libelf.h b/libelf/libelf.h
index bd8dcb09..8f2f53b3 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;