This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: typo in bfd/dwarf2.c


I think Jabuk must have been tired when he wrote this :-) Okay to commit?

2003-04-01 Ben Elliston <bje at wasabisystems dot com>

* dwarf2.c (read_attribute_value): Correct typo in comment.

Index: dwarf2.c
===================================================================
RCS file: /cvs/src/src/bfd/dwarf2.c,v
retrieving revision 1.44
diff -u -r1.44 dwarf2.c
--- dwarf2.c    1 Apr 2003 00:12:12 -0000       1.44
+++ dwarf2.c    1 Apr 2003 01:58:59 -0000
@@ -650,7 +650,7 @@
  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;

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]