summaryrefslogtreecommitdiff
path: root/src/format/dwarf/abbrev.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-24 17:16:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-24 17:16:59 (GMT)
commitb758d4da4a8e15f84b0a43cb4f7f76f997fda6f7 (patch)
tree9dd8099a9fc4ba0246b15961598ae77f42cb544e /src/format/dwarf/abbrev.c
parent13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff)
Typo.
Diffstat (limited to 'src/format/dwarf/abbrev.c')
-rw-r--r--src/format/dwarf/abbrev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dwarf/abbrev.c b/src/format/dwarf/abbrev.c
index f1c6adf..3d838d5 100644
--- a/src/format/dwarf/abbrev.c
+++ b/src/format/dwarf/abbrev.c
@@ -1015,7 +1015,7 @@ bool _read_dwarf_abbrev_attribute(dwarf_format *format, off_t *pos, DwarfForm fo
uint64_t tmp64; /* Données sur 64 bits */
uint64_t stmp64; /* Données sur 64 bits (signée)*/
uint64_t size_to_read; /* Nombre d'octets à lire */
- off_t offset; /* Décallage dans une zone */
+ off_t offset; /* Décalage dans une zone */
char **strval; /* Chaîne de caractères */
size_t length; /* Taille d'une chaîne */