summaryrefslogtreecommitdiff
path: root/elfutils/libelf/libelf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libelf/libelf.h')
-rw-r--r--elfutils/libelf/libelf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elfutils/libelf/libelf.h b/elfutils/libelf/libelf.h
index 54271228..dea0d838 100644
--- a/elfutils/libelf/libelf.h
+++ b/elfutils/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. */
- loff_t d_off; /* Offset into section. */
+ loff_t d_off; /* Offset into section. */
size_t d_align; /* Alignment in section. */
} Elf_Data;