* dwarf2.c (read_attribute_value): Correct typo in comment.
authorBen Elliston <bje@au.ibm.com>
Tue, 1 Apr 2003 10:49:02 +0000 (10:49 +0000)
committerBen Elliston <bje@au.ibm.com>
Tue, 1 Apr 2003 10:49:02 +0000 (10:49 +0000)
bfd/ChangeLog
bfd/dwarf2.c

index 4e59f8ba0f5f096fc86fbc2d96329a10a84bd5d3..786e939723d5e453b565eee8464b057810c57e75 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-01  Ben Elliston  <bje@wasabisystems.com>
+
+       * dwarf2.c (read_attribute_value): Correct typo in comment.
+
 2003-04-01  Nick Clifton  <nickc@redhat.com>
 
        * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
index 1566b9aeef1b1e29c4c3b4c15a1f9d53fedf6775..8a4cc64b1bd53712c69424076a5e53c34c7ac255 100644 (file)
@@ -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;
This page took 0.028896 seconds and 4 git commands to generate.