aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2003-04-01 10:49:02 +0000
committerBen Elliston <bje@au.ibm.com>2003-04-01 10:49:02 +0000
commit0cc1cf992d9edb4a5dd9f56c4eec348c1cdad3dc (patch)
tree72555e19bbea23497acbfe4f3179e3caa55be6d4 /bfd/dwarf2.c
parentd63fd5d103a7ddf4b15c2945b47a5f633485c6cf (diff)
downloadfsf-binutils-gdb-0cc1cf992d9edb4a5dd9f56c4eec348c1cdad3dc.zip
fsf-binutils-gdb-0cc1cf992d9edb4a5dd9f56c4eec348c1cdad3dc.tar.gz
fsf-binutils-gdb-0cc1cf992d9edb4a5dd9f56c4eec348c1cdad3dc.tar.bz2
* dwarf2.c (read_attribute_value): Correct typo in comment.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r--bfd/dwarf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c
index 1566b9a..8a4cc64 100644
--- a/bfd/dwarf2.c
+++ b/bfd/dwarf2.c
@@ -650,7 +650,7 @@ read_attribute_value (attr, form, unit, info_ptr)
switch (form)
{
case DW_FORM_addr:
- /* FIXME: DWARF3 draft sais DW_FORM_ref_addr is offset_size. */
+ /* FIXME: DWARF3 draft says DW_FORM_ref_addr is offset_size. */
case DW_FORM_ref_addr:
DW_ADDR (attr) = read_address (unit, info_ptr);
info_ptr += unit->addr_size;