* dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
authorBen Elliston <bje@au.ibm.com>
Fri, 21 May 2004 01:58:03 +0000 (01:58 +0000)
committerBen Elliston <bje@au.ibm.com>
Fri, 21 May 2004 01:58:03 +0000 (01:58 +0000)
bfd/ChangeLog
bfd/dwarf2.c

index 2904cd0f1c534586488204113b4faa0b7eca4e60..b2826d8c8d9ac663e250ab9f6d583f3273737e4c 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-19  Ben Elliston  <bje@au.ibm.com>
+
+       * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
+
 2004-05-19  Mikulas Patocka  <mikulas@artax.karlin.mff.cuni.cz>
 
        * archive.c (_bfd_get_elt_at_filepos): Cope with a nested archives.
index 6182ea9ac357ec8d3dfcf6be10ffb7f0a8acd2ed..6f3664cc5a8becb0818710b681654b2ef96f6f49 100644 (file)
@@ -1676,7 +1676,7 @@ find_debug_info (bfd *abfd, asection *after_sec)
   return NULL;
 }
 
-/* The DWARF2 version of find_nearest line.  Return TRUE if the line
+/* The DWARF2 version of find_nearest_line.  Return TRUE if the line
    is found without error.  ADDR_SIZE is the number of bytes in the
    initial .debug_info length field and in the abbreviation offset.
    You may use zero to indicate that the default value should be
This page took 0.026696 seconds and 4 git commands to generate.