PATCH: typo in bfd/dwarf2.c
Ben Elliston
bje@wasabisystems.com
Tue Apr 1 02:01:00 GMT 2003
I think Jabuk must have been tired when he wrote this :-) Okay to commit?
2003-04-01 Ben Elliston <bje@wasabisystems.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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3795 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://sourceware.org/pipermail/binutils/attachments/20030401/add19397/attachment.bin>
More information about the Binutils
mailing list